Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeyPairType ¶
type KeyPairType int
KeyPairType is an enum of the various type of SSHKey pair
const ( PublicKey KeyPairType = iota PrivateKey PuTTY )
func (KeyPairType) String ¶
func (keytype KeyPairType) String() string
String converts the KeyPairType to a string
Click to show internal directories.
Click to hide internal directories.