Skip to content

Instantly share code, notes, and snippets.

@tremaineeto
Created July 30, 2020 00:56
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 tremaineeto/285b1fb8281a6d2bee3ec26219022ef4 to your computer and use it in GitHub Desktop.
Save tremaineeto/285b1fb8281a6d2bee3ec26219022ef4 to your computer and use it in GitHub Desktop.
Example of a Bash alias to SSH into an IP with a port
$ alias enter_ip="ssh -p 8080 10.82.16.435"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment