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

Interface PublicKey

wrap.go:6–8  ·  view source on GitHub ↗

PublicKey is an abstraction of different types of public keys.

Source from the content-addressed store, hash-verified

4
5// PublicKey is an abstraction of different types of public keys.
6type PublicKey interface {
7 gossh.PublicKey
8}
9
10// The Permissions type holds fine-grained permissions that are specific to a
11// user or a specific authentication method for a user. Permissions, except for

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…