Skip to content

Instantly share code, notes, and snippets.

@myonaingwinn
Last active April 19, 2023 01:36
Show Gist options
  • Save myonaingwinn/644352aaa89465f53b0a475565c63dcc to your computer and use it in GitHub Desktop.
Save myonaingwinn/644352aaa89465f53b0a475565c63dcc to your computer and use it in GitHub Desktop.
SSH Configuration
Host name
HostName ip
User username
Port 22
IdentityFile pem-file-location
ServerAliveInterval 60
For example ~~ 👇
Host dev
HostName 114.23.68.12
User ubuntu
Port 22
IdentityFile ~/.ssh/keys/dev-server.pem
ServerAliveInterval 60
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment