
SSH
July 09, 2024Connecting 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]
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]