Creating a ssh key no password
Creating a ssh key no password
cat ~/.ssh/id_rsa.pub | ssh [email protected] "cat >> ~/.ssh/authorized_keys"
SSH login without password
Password-less logins with OpenSSH
How to set up ssh so you aren't asked for a password
showcase:
pc1: your pc
pc2: remote server
1. In the local pc1 run
ssh-keygen
then.. in the same local pc1 run the next following commando
cat ~/.ssh/id_rsa.pub | ssh [email protected] "cat >> ~/.ssh/authorized_keys"
Comentarios
Publicar un comentario