Documentation
¶
Index ¶
- Constants
- func CreateSSHKey(key *common.SSHKey) error
- func GenerateSSHKey(key *common.SSHKey) error
- func NeedPassword(keypath string) (bool, error)
- func NeedPasswordRaw(content []byte) (bool, error)
- func NeedSSHKeys(ssh types.SSH) bool
- func StoreClusterSSHKeys(clusterName string, ssh *types.SSH) (*types.SSH, error)
Constants ¶
View Source
const ( PrivateKeyFilename = "id_rsa" PublicKeyFilename = "id_rsa.pub" CertificateFilename = "pub.cert" )
Variables ¶
This section is empty.
Functions ¶
func CreateSSHKey ¶
func GenerateSSHKey ¶
func NeedPassword ¶
func NeedPasswordRaw ¶
func NeedSSHKeys ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.