Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 325 Bytes

unix-users.md

File metadata and controls

14 lines (7 loc) · 325 Bytes
  1. Open the command line by keyboard shortcut Ctrl-Alt+T

  2. Move the key file to the .ssh directory:

mv your_key ~/.ssh

  1. Change the permissions of the key file so only the root user can read it:

chmod 400 ~/.ssh/your_key.rsa

  1. Connect to server via this command:

`ssh -i ~/.ssh/your_key.rsa username@ip_address