Documentation ¶
Index ¶
Constants ¶
View Source
const ( // SSHPrivateKey private key SSHPrivateKey = "id_rsa" // SSHPublicKey public key SSHPublicKey = "id_rsa.pub" // SSHAuthorizedKeys authkey SSHAuthorizedKeys = "authorized_keys" // SSHConfig ssh conf SSHConfig = "config" // SSHAbsolutePath ssh abs path SSHAbsolutePath = "/root/.ssh" // SSHRelativePath ssh rel path SSHRelativePath = ".ssh" )
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(client pluginsinterface.PluginClientset, arguments []string) pluginsinterface.PluginInterface
New creates ssh plugin
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.