| Key |
Generation by FreeBSD /etc/rc.network |
Fingerprint extraction
(forthis page) |
| ssh_host_key.pub |
cd /etc/ssh; ssh-keygen -t rsa1 -N "" -f
ssh_host_key |
cd /etc/ssh; ssh-keygen -l -f
ssh_host_key.pub |
| ssh_host_dsa_key |
cd /etc/ssh; ssh-keygen -t dsa -N "" -f
ssh_host_dsa_key |
cd /etc/ssh; ssh-keygen -l -f
ssh_host_dsa_key.pub |
| ssh_host_rsa_key |
cd /etc/ssh; ssh-keygen -t rsa -N "" -f
ssh_host_rsa_key |
cd /etc/ssh; ssh-keygen -l -f
ssh_host_rsa_key.pub |