# Functions
FileSigner returns an ssh.Signer for a key file.
FileSigner returns an ssh.Signer for a key file.
KeyPairFromPrivateKey returns a KeyPair loaded from an existing private key.
NewKeyPair generates a new SSH key pair using the specified CreateKeyPairConfig.
ParseTunnelArgument parses an SSH tunneling argument compatible with the openssh client form.
No description provided by the author
# Structs
CreateKeyPairConfig describes how an SSH key pair should be created.
FromPrivateKeyConfig describes how an SSH key pair should be loaded from an existing private key.
KeyPair represents an SSH key pair.
# Type aliases
KeyPairType represents different types of SSH key pairs.