Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 310 Bytes

55-autenticar-openssh-sin-contrasena.md

File metadata and controls

17 lines (12 loc) · 310 Bytes

Title: Autenticar OpenSSH sin contraseña Date: 2016-01-29T06:42:23+00:00 Description: Tags: Linux

Autenticar OpenSSH sin contraseña

En el cliente ssh-keygen -t rsa -b 2048 -v

Luego ssh-copy-id -i .ssh/id_rsa.pub usuario@host

nos autenticams y listo

ssh -i .ssh/id_rsa usuario@host