Home
FreeBSD Tips
Generating SSHD keys
FreeBSD Tips
Generating SSHD keys | Generating SSHD keys |
|
|
|
Sometimes if you rebuild your operating system or you've installed SSH service is useful to create SSHD keys, located in /etc/ssh This is done by issuing: /usr/bin/ssh-keygen -t rsa1 -N "" -f /etc/ssh/ssh_host_key /usr/bin/ssh-keygen -t rsa -N "" -f /etc/ssh/ssh_host_rsa_key /usr/bin/ssh-keygen -t dsa -N "" -f /etc/ssh/ssh_host_dsa_key |
| < Prev |
|---|

