Files
src.dualinventive.com/go/devsim/vendor/github.com/xor-gate/sshfp/README.md
2024-08-09 12:10:16 +02:00

1.8 KiB

sshfp for golang

License Godoc ReportCard Build Coverage

NOTE: Package is functional but work-in-progress

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 optional cache. Learn more about the DNS SSHFP record type on Wikipedia.

At least go 1.9 is required

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

LICENSE

MIT