summaryrefslogtreecommitdiffstats
path: root/ssh-hostkeys
blob: 1cd2bdf885cbc3a91f00f4aaad5c3cc49b6ed2c9 (plain)
1
2
3
4
5
#!/bin/bash

for file in /etc/ssh/ssh_host_*.pub; do
	ssh-keygen -l -f $file
done