Skip to content

Instantly share code, notes, and snippets.

@vladbabii
Created August 28, 2017 13:35
Show Gist options
  • Save vladbabii/d3d9311cc459fbbfa4625f88666557f6 to your computer and use it in GitHub Desktop.
Save vladbabii/d3d9311cc459fbbfa4625f88666557f6 to your computer and use it in GitHub Desktop.
Save a ssh alias linux
nano ~/.ssh/config
add at the end of file:
Host favorite
HostName some.host.org
Port 3563
then you can use ssh user@favorite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment