Closed
Description
It would be useful if PublicKey
interface has Fingerprint
method which returns the value described bellow:
http://tools.ietf.org/html/rfc4716#section-4
Now I'm trying to make my ssh server with go.
When I made it with python twisted.conch, I used twisted.conch.ssh.keys.Key#fingerprint method to find user's public key, It was useful.