Feature request: simple command to display active SSH host key fingerprints
Brian Candler
b.candler at pobox.com
Mon Jul 6 19:08:40 AEST 2026
On 06/07/2026 07:51, Brian Candler wrote:
>
> Something like this?
I always forget about xargs.
sshd -T | awk '/^hostkey / {print $2}' | xargs -n1 -d'\n' ssh-keygen -l -f
More information about the openssh-unix-dev
mailing list