Skip to content

Instantly share code, notes, and snippets.

@vutranvn
Created October 7, 2017 13:48
Show Gist options
  • Save vutranvn/f848015de1b39541085d82cb7f6420af to your computer and use it in GitHub Desktop.
Save vutranvn/f848015de1b39541085d82cb7f6420af to your computer and use it in GitHub Desktop.
/**
* For macOS or Linux
**/
- Create file name config in ~/.ssh/
- Edit content above:
Host host_name
HostName ip_address
Port port_number
User username
IdentityFile ~/.ssh/my_rsa_key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment