//
pkg.gl
Category
github.com/docker/machine
libmachine
ssh
package
0.16.2
Repository:
https://github.com/docker/machine.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
21
Dependents
1.6k
Files
529 SLOC
#
Packages
sshtest
#
Functions
GenerateSSHKey
GenerateSSHKey generates SSH keypair based on path of the private key The public key would be generated to the same path with ".pub" added.
NewClient
NewExternalClient
NewKeyPair
NewKeyPair generates a new SSH keypair This will return a private & public key encoded as DER.
NewNativeClient
NewNativeConfig
SetDefaultClient
#
Constants
External
Native
#
Variables
ErrKeyGeneration
ErrPublicKey
ErrUnableToWriteFile
ErrValidation
#
Structs
Auth
ExternalClient
KeyPair
NativeClient
#
Interfaces
Client
#
Type aliases
ClientType