type golang.org/x/crypto/ssh.RejectionReason
7 uses
golang.org/x/crypto/ssh (current package)
channel.go#L36: Reject(reason RejectionReason, message string) error
channel.go#L110: type RejectionReason uint32
channel.go#L113: Prohibited RejectionReason = iota + 1
channel.go#L120: func (r RejectionReason) String() string {
channel.go#L510: func (ch *channel) Reject(reason RejectionReason, message string) error {
connection.go#L15: Reason RejectionReason
messages.go#L227: Reason RejectionReason
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |