Answers for "reset known_hosts sshd"

1

how to clear known_hosts in ssh

rm ~/.ssh/known_hosts
Posted by: Guest on April-19-2021
0

how to clear known_hosts in ssh

cp ~/.ssh/known_hosts ~/.ssh/known_hosts.old
Posted by: Guest on April-19-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language