type golang.org/x/crypto/ssh/knownhosts.KnownKey
10 uses
golang.org/x/crypto/ssh/knownhosts (current package)
knownhosts.go#L116: knownKey KnownKey
knownhosts.go#L129: revoked map[string]*KnownKey
knownhosts.go#L135: revoked: make(map[string]*KnownKey),
knownhosts.go#L217: db.revoked[string(key.Marshal())] = &KnownKey{
knownhosts.go#L228: knownKey: KnownKey{
knownhosts.go#L289: type KnownKey struct {
knownhosts.go#L295: func (k *KnownKey) String() string {
knownhosts.go#L308: Want []KnownKey
knownhosts.go#L320: Revoked KnownKey
knownhosts.go#L362: knownKeys := map[string]KnownKey{}
![]() |
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. |