Documentation ¶
Overview ¶
package ssh contains ssh related actions
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ActionHostKeyAlgorithms ¶
ActionHostKeyAlgorithms completes host key algorithms
ssh-ed25519 ssh-ed25519-cert-v01@openssh.com
func ActionOptions ¶
ActionOptions completes options and their values
AddKeysToAgent AddressFamily=inet
func ActionPrivateKeys ¶
ActionPrivateKeys completes private keys
/home/user/.ssh/id_rsa (ssh-rsa user) /home/user/.ssh/another (ssh-rsa user@another)
func ActionPublicKeys ¶
ActionPublicKeys completes public keys
/home/user/.ssh/id_rsa.pub (ssh-rsa user) /home/user/.ssh/another.pub (ssh-rsa user@another)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.