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

Struct Permissions

wrap.go:14–16  ·  view source on GitHub ↗

The Permissions type holds fine-grained permissions that are specific to a user or a specific authentication method for a user. Permissions, except for "source-address", must be enforced in the server application layer, after successful authentication.

Source from the content-addressed store, hash-verified

12// "source-address", must be enforced in the server application layer, after
13// successful authentication.
14type Permissions struct {
15 *gossh.Permissions
16}
17
18// A Signer can create signatures that verify against a public key.
19type Signer interface {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected