Last active
April 19, 2023 01:36
-
-
Save myonaingwinn/644352aaa89465f53b0a475565c63dcc to your computer and use it in GitHub Desktop.
SSH Configuration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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