Documentation
¶
Overview ¶
Package ssh provides functions to manage local SSH keys. It includes the functions to create, read, delete, and check if a local SSH key pair exists.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func NewManager ¶
func (*Manager) CreateLocalKeyPair ¶
CreateLocalKeyPair creates a local SSH key pair Returns the public key string in OpenSSH format.
func (*Manager) DeleteLocalKeyPair ¶
DeleteLocalKeyPair deletes a local SSH key pair.
func (*Manager) LocalKeyExists ¶
LocalKeyExists checks if a local SSH key pair exists.
Click to show internal directories.
Click to hide internal directories.