Skip to content

Instantly share code, notes, and snippets.

@alternative-rvb
Last active May 30, 2020 16:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alternative-rvb/4c814efc8a1e1922edcd1a1da25d22f8 to your computer and use it in GitHub Desktop.
Save alternative-rvb/4c814efc8a1e1922edcd1a1da25d22f8 to your computer and use it in GitHub Desktop.
BASH - SSH - CONFIG
# Insert in ~/.ssh/config
Host <name>
HostName <host>
User <username>
Port <22>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment