Skip to content
Snippets Groups Projects
Unverified Commit e7043715 authored by anarcat's avatar anarcat
Browse files

show all ssh keys

parent 1d1fd8e3
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,9 @@ with:
This can be copy-pasted into your `~/.ssh/known_hosts` file, or, to be
compatible with the installer script below, you should instead use:
ssh-keygen -E md5 -l -f /etc/ssh/ssh_host_ed25519_key
for key in /etc/ssh/ssh_host_*_key; do
ssh-keygen -E md5 -l -f $key
done
TODO: make the fabric installer accept non-md5 keys.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment