Change SSH Keys
Change SSH keys:
su - root cd /etc/ssh mkdir old_ssh mv ssh_host_* old_ssh dpkg-reconfigure openssh-server
Verify hash for SSH keys: sha256sum ssh_host_* cd old_ssh sha256sum ssh_host_* Make sure the hashes have changed
Last updated
Change SSH keys:
su - root cd /etc/ssh mkdir old_ssh mv ssh_host_* old_ssh dpkg-reconfigure openssh-server
Verify hash for SSH keys: sha256sum ssh_host_* cd old_ssh sha256sum ssh_host_* Make sure the hashes have changed
Last updated