Tag: SSH

1 Posts

SSH
commands # generate ssh-keygen # copy to server type ~/.ssh/id_rsa.pub | ssh [email protected] "cat >> .ssh/authorized_keys" # clearn known_hosts ssh-keygen -f ~/.ssh/known_hosts -R 10.10.10.67