MCPcopy
hub / github.com/gliderlabs/ssh / Signer

Interface Signer

wrap.go:19–21  ·  view source on GitHub ↗

A Signer can create signatures that verify against a public key.

Source from the content-addressed store, hash-verified

17
18// A Signer can create signatures that verify against a public key.
19type 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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…