type golang.org/x/crypto/ssh/knownhosts.hostKeyDB
9 uses
golang.org/x/crypto/ssh/knownhosts (current package)
knownhosts.go#L127: type hostKeyDB struct {
knownhosts.go#L133: func newHostKeyDB() *hostKeyDB {
knownhosts.go#L134: db := &hostKeyDB{
knownhosts.go#L146: func (db *hostKeyDB) IsHostAuthority(remote ssh.PublicKey, address string) bool {
knownhosts.go#L162: func (db *hostKeyDB) IsRevoked(key *ssh.Certificate) bool {
knownhosts.go#L210: func (db *hostKeyDB) parseLine(line []byte, filename string, linenum int) error {
knownhosts.go#L329: func (db *hostKeyDB) check(address string, remote net.Addr, remoteKey ssh.PublicKey) error {
knownhosts.go#L356: func (db *hostKeyDB) checkAddr(a addr, remoteKey ssh.PublicKey) error {
knownhosts.go#L392: func (db *hostKeyDB) Read(r io.Reader, filename string) error {
![]() |
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. |