SSH
Connecting via SSH using a Key
Ensure the key file has the correct permissions:
chmod 600 id_rsa
Connect via SSH using the key:
ssh -i id_rsa -p [PORT] [user]@[IP_ADDRESS]
Last updated
Ensure the key file has the correct permissions:
chmod 600 id_rsa
Connect via SSH using the key:
ssh -i id_rsa -p [PORT] [user]@[IP_ADDRESS]
Last updated