Deprecated: NewCredSshKeyFromMemory is a deprecated alias of NewCredentialSSHKeyFromMemory.
(username string, publicKey string, privateKey string, passphrase string)
| 59 | |
| 60 | // Deprecated: NewCredSshKeyFromMemory is a deprecated alias of NewCredentialSSHKeyFromMemory. |
| 61 | func NewCredSshKeyFromMemory(username string, publicKey string, privateKey string, passphrase string) (*Cred, error) { |
| 62 | return NewCredentialSSHKeyFromMemory(username, publicKey, privateKey, passphrase) |
| 63 | } |
| 64 | |
| 65 | // Deprecated: NewCredSshKeyFromAgent is a deprecated alias of NewCredentialSSHFromAgent. |
| 66 | func NewCredSshKeyFromAgent(username string) (*Cred, error) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…