Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Sep 2019 19:42:01 +0100
From:      Steve O'Hara-Smith <steve@sohara.org>
To:        byrnejb@harte-lyne.ca
Cc:        "James B. Byrne via freebsd-questions" <freebsd-questions@freebsd.org>
Subject:   Re: Strange sha256 results
Message-ID:  <20190926194201.98497191c54e42f449f5b58d@sohara.org>
In-Reply-To: <96b84667d0a2d19650183b09504e319c.squirrel@webmail.harte-lyne.ca>
References:  <96b84667d0a2d19650183b09504e319c.squirrel@webmail.harte-lyne.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 26 Sep 2019 13:00:24 -0400
"James B. Byrne via freebsd-questions" <freebsd-questions@freebsd.org>
wrote:

> When I connect via ssh from a FreeBSD host to a recently created
> CentOS-6.10 host I get this message:
> 
> The fingerprint for the RSA key sent by the remote host is
> SHA256:EKfevqVDSBpuq1TBFf/vRtEqVsP4gUjGoc5OGVtnntg
> 
> 
> I have never seen a hash value in anything other than hexadecimal,

	Ssh uses base64 for SHA256 fingerprints because it is shorter (44
characters instead of 64 to represent 32 bytes) than the hex representation,
the old md5 fingerprints were shorter (16 bytes) so hex was OK.

-- 
Steve O'Hara-Smith <steve@sohara.org>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20190926194201.98497191c54e42f449f5b58d>