Re: Feature request: simple command to display active SSH host key fingerprints
Brian Candler <[email protected]> Mon, 6 Jul 2026 10:08:40 +0100
| Newsgroups | gmane.network.openssh.devel |
|---|---|
| Message-ID | <[email protected]> |
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