howtos:generate_new_server_keys
This is Ubuntu/Debian centric so it may not work for others:
sudo rm /etc/ssh/ssh_host_{dsa,rsa}_key* sudo dpkg-reconfigure -plow openssh-server
Or the old fashion way:
ssh-keygen -b 4096 -t rsa -f ssh_host_rsa_key
howtos/generate_new_server_keys.txt · Last modified: d/m/Y H:i by 127.0.0.1