Normalmente puedes usar el siguiente comando, con la ip de su servidor, usaremos un ip de ejemplo 192.168.0.1.
ssh root@192.168.0.1
En caso tenga el mensaje de Permission denied (publickey), agregar la ruta de su llave privada.
Powershell
ssh -i C:\Users\TU_USUARIO\.ssh\id_rsa root@192.168.0.1
Linux
ssh -i ~/.ssh/id_rsa root@192.168.0.1
Top comments (0)