A Signer can create signatures that verify against a public key.
| 17 | |
| 18 | // A Signer can create signatures that verify against a public key. |
| 19 | type Signer interface { |
| 20 | gossh.Signer |
| 21 | } |
| 22 | |
| 23 | // ParseAuthorizedKey parses a public key from an authorized_keys file used in |
| 24 | // OpenSSH according to the sshd(8) manual page. |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…