Documentation ¶ Index ¶ type SSHPubkey func NewSSHKey() (*SSHPubkey, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type SSHPubkey ¶ type SSHPubkey struct { Name string PublicKey string FingerprintMD5 string } We only use this to create temporary keypairs, thus we do not need the Private key The reason for not hardcoding a random public key is that it would look like a backdoor func NewSSHKey ¶ func NewSSHKey() (*SSHPubkey, error) Source Files ¶ View all Source files ssh.go Click to show internal directories. Click to hide internal directories.