token

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 27, 2020 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Illegal                          = "Illegal"
	EOF                              = "EOF"
	Ident                            = "Ident"
	Comma                            = ","
	AddKeysToAgent                   = "AddKeysToAgent"
	AddressFamily                    = "AddressFamily"
	BatchMode                        = "BatchMode"
	BindAddress                      = "BindAddress"
	CanonicalDomains                 = "CanonicalDomains"
	CanonicalizeFallbackLocal        = "CanonicalizeFallbackLocal"
	CanonicalizeHostname             = "CanonicalizeHostname"
	CanonicalizeMaxDots              = "CanonicalizeMaxDots"
	CanonicalizePermittedCnames      = "CanonicalizePermittedCNAMEs"
	CaSignatureAlgorithms            = "CASignatureAlgorithms"
	CertificateFile                  = "CertificateFile"
	ChallengeResponseAuthentication  = "ChallengeResponseAuthentication"
	CheckHostIP                      = "CheckHostIP"
	Ciphers                          = "Ciphers"
	ClearAllForwardings              = "ClearAllForwardings"
	Compression                      = "Compression"
	ConnectionAttempts               = "ConnectionAttempts"
	ConnectionTimeout                = "ConnectionTimeout"
	ControlMaster                    = "ControlMaster"
	ControlPath                      = "ControlPath"
	ControlPersist                   = "ControlPersist"
	DynamicForward                   = "DynamicForward"
	EscapeChar                       = "EscapeChar"
	ExitOnForwardFailure             = "ExitOnForwardFailure"
	FingerprintHash                  = "FingerprintHash"
	ForwardAgent                     = "ForwardAgent"
	ForwardX11                       = "ForwardX11"
	ForwardX11Timeout                = "ForwardX11Timeout"
	ForwardX11Trusted                = "ForwardX11Trusted"
	GatewayPorts                     = "GatewayPorts"
	GlobalKnownHostsFile             = "GlobalKnownHostsFile"
	GSSAPIAuthentication             = "GSSAPIAuthentication"
	GSSAPIDelegateCredentials        = "GSSAPIDelegateCredentials"
	HashKnownHosts                   = "HashKnownHosts"
	Host                             = "Host"
	HostbasedAuthentication          = ""
	HostbasedKeyTypes                = "HostbasedKeyTypes"
	HostbasedKeyAlgorithms           = "HostKeyAlgorithms"
	HostKeyAlias                     = "HostKeyAlias"
	Hostname                         = "HostName"
	IdentitiesOnly                   = "IdentitiesOnly"
	IdentityAgent                    = "IdentityAgent"
	IdentityFile                     = "IdentityFile"
	IPQoS                            = "IPQoS"
	KbdInteractiveAuthentication     = "KbdInteractiveAuthentication"
	KbdInteractiveDevices            = "KbdInteractiveDevices"
	HostKeyAlgorithms                = "HostKeyAlgorithms"
	LocalCommand                     = "LocalCommand"
	LocalForward                     = "LocalForward"
	LogLevel                         = "LogLevel"
	Macs                             = "MACs"
	Match                            = "Match"
	NoHostAuthenticationForLocalhost = "NoHostAuthenticationForLocalhost"
	NumberOfPasswordPrompts          = "NumberOfPasswordPrompts"
	PasswordAuthentication           = "PasswordAuthentication"
	PermitLocalCommand               = "PermitLocalCommand"
	Pkcs11Provider                   = "PKCS11Provider"
	Port                             = "Port"
	PreferredAuthentications         = "PreferredAuthentications"
	ProxyCommand                     = "ProxyCommand"
	ProxyJump                        = "ProxyJump"
	ProxyUseFdpass                   = "ProxyUseFdpass"
	PubkeyAcceptedKeyTypes           = "PubkeyAcceptedKeyTypes"
	PubkeyAuthentication             = "PubkeyAuthentication"
	RekeyLimit                       = "RekeyLimit"
	RemoteCommand                    = "RemoteCommand"
	RemoteForward                    = "RemoteForward"
	RequestTty                       = "RequestTTY"
	SendEnv                          = "SendEnv"
	ServerAliveInterval              = "ServerAliveInterval"
	ServerAliveCountMax              = "ServerAliveCountMax"
	SetEnv                           = "SetEnv"
	StreamLocalBindMask              = "StreamLocalBindMask"
	StreamLocalBindUnlink            = "StreamLocalBindUnlink"
	StrictHostKeyChecking            = "StrictHostKeyChecking"
	TCPKeepAlive                     = "TCPKeepAlive"
	Tunnel                           = "Tunnel"
	TunnelDevice                     = "TunnelDevice"
	UpdateHostKeys                   = "UpdateHostKeys"
	UseKeyChain                      = "UseKeyChain"
	User                             = "User"
	UserKnownHostsFile               = "UserKnownHostsFile"
	VerifyHostKeyDNS                 = "VerifyHostKeyDNS"
	VisualHostKey                    = "VisualHostKey"
	XauthLocation                    = "XAuthLocation"
	Include                          = "Include"
	All                              = "All"
	Canonical                        = "Canonical"
	Final                            = "Final"
	Exec                             = "Exec"
	String                           = "String"
	OriginalHost                     = "OriginalHost"
)

Constants ...

Variables

This section is empty.

Functions

This section is empty.

Types

type Token

type Token struct {
	Type    Type
	Literal string
}

Token ...

type Type

type Type string

Type token type

func LookupIndent

func LookupIndent(ident string) Type

LookupIndent ...

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL