Versions in this module Expand all Collapse all v0 v0.0.2 Dec 30, 2024 Changes in this version + func ConfigureAuth(config SSHAuthConfig) error + func DebugSSHConfig() string + func GetPasswordAuthStatus() (bool, error) + func GetPubKeyAuthStatus() (bool, error) + func GetSSHPort() (int, error) + func NewCommand() *cobra.Command + type KeyType string + const KeyTypeEd25519 + const KeyTypeRSA + type KeyTypeConfig struct + Bits int + Type KeyType + func DefaultKeyConfig() KeyTypeConfig + type SSHAuthConfig struct + DisablePassword bool + KeyType KeyTypeConfig + func DefaultAuthConfig() SSHAuthConfig