Documentation
¶
Index ¶
Constants ¶
View Source
const ( PublicKeyPrefix = "key" PrincipalPrefix = "username" SshOptions = "no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeyLine ¶
type KeyLine struct { Id string // This can be either an ID of a Key or username Value string // This can be either a public key or a principal name Prefix string RootDir string }
func NewPrincipalKeyLine ¶
func NewPublicKeyLine ¶
Click to show internal directories.
Click to hide internal directories.