package
1.12.2
Repository: https://github.com/miketheprogrammer/deis.git
Documentation: pkg.go.dev

# Functions

AuthKey authenticates based on a public key.
Configure creates a new SSH configuration object.
Fingerprint generates a colon-separated fingerprint string from a public key.
FingerprintKey fingerprints a key and returns the colon-formatted version Params: - key (ssh.PublicKey): The key to fingerprint.
ParseAuthorizedKeys reads and process an authorized_keys file.
ParseHostKeys parses the host key files.
Ping handles a simple test SSH exec.
Serve starts a native SSH server.
Start starts an instance of /usr/sbin/sshd.

# Constants

Address is the context key for SSH address.
HostKeys is the context key for Host Keys list.
PrereceiveHookTmpl is a pre-receive hook.
ServerConfig is the context key for ServerConfig object.

# Structs

EnvVar is an SSH env request.
ExecCmd is an SSH exec request.
GenericMessage describes a simple string message, which is common in SSH.