go-socks5-ssh-proxy/vendor/github.com/xor-gate/sshfp
Jerry Jacobs 44d50d5f7c Initial working version 2024-07-24 22:57:32 +02:00
..
.gometalinter.conf Initial working version 2024-07-24 22:57:32 +02:00
.travis.sh Initial working version 2024-07-24 22:57:32 +02:00
.travis.yml Initial working version 2024-07-24 22:57:32 +02:00
LICENSE Initial working version 2024-07-24 22:57:32 +02:00
Makefile Initial working version 2024-07-24 22:57:32 +02:00
README.md Initial working version 2024-07-24 22:57:32 +02:00
cache.go Initial working version 2024-07-24 22:57:32 +02:00
doc.go Initial working version 2024-07-24 22:57:32 +02:00
entry.go Initial working version 2024-07-24 22:57:32 +02:00
resolver.go Initial working version 2024-07-24 22:57:32 +02:00
sshfp.go Initial working version 2024-07-24 22:57:32 +02:00

README.md

SSHFP resolver for Golang

License Gopkg ReportCard Build Coverage

NOTE: Package is functional but not production ready! It requires at least Golang 1.12 with Go modules

The sshfp project is a Golang implementation of SSH fingerprints stored in SSHFP DNS records which can be used together with golang.org/x/crypto/ssh.Client using a custom HostKeyCallback with modular caching. Learn more about the DNS SSHFP record type on Wikipedia.

At least go 1.12 is required

This package is based on the awesome Golang DNS package from github.com/miekg/dns.

And implements at least the following RFCs:

LICENSE

MIT