# Functions
GenerateSSHKey generates SSH keypair based on path of the private key The public key would be generated to the same path with ".pub" added.
No description provided by the author
GetSSHConfig generate ssh config.
NewKeyPair generates a new SSH keypair This will return a private & public key encoded as DER.
RemoveSSHKey delete SSH keypair based on path.
SSHCertificatePath returns ssh certificate key content from given path.
SSHPrivateKeyPath returns ssh private key content from given path.
# Variables
This file Borrowed from https://github.com/docker/machine/blob/master/libmachine/ssh/keys.go.
This file Borrowed from https://github.com/docker/machine/blob/master/libmachine/ssh/keys.go.
This file Borrowed from https://github.com/docker/machine/blob/master/libmachine/ssh/keys.go.
This file Borrowed from https://github.com/docker/machine/blob/master/libmachine/ssh/keys.go.