Unverified Commit e7043715 authored by anarcat's avatar anarcat
Browse files

show all ssh keys

parent 1d1fd8e3
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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.