(Grav GitSync) Automatic Commit from RealStickman

This commit is contained in:
RealStickman 2022-06-25 11:32:42 +02:00 committed by GitSync
parent f6bf3003cd
commit de6c4c445c

View File

@ -0,0 +1,13 @@
---
title: 'Regenerate SSH Keys'
---
## Remove from known_hosts
`$ ssh-keygen -R (server name)`
## Debian
Remove the old Hostkeys
`# rm -v /etc/ssh/ssh_host_*`
Generate new Hostkeys
`# dpkg-reconfigure openssh-server`