An easy way to remove the hashed host keys from the .ssh/known_hosts file. This saves editing the file manually and finsing the records.
ssh-keygen -R hostname.com
Category: Linux
|
An easy way to remove the hashed host keys from the .ssh/known_hosts file. This saves editing the file manually and finsing the records.
ssh-keygen -R hostname.com