Skip to content

Instantly share code, notes, and snippets.

@un33k
Created August 12, 2011 18:27
Show Gist options
  • Save un33k/1142636 to your computer and use it in GitHub Desktop.
Save un33k/1142636 to your computer and use it in GitHub Desktop.
Ssh Alias Config
# create a file called .ssh/config
Host aliasname
HostName your.domain.name
User your_ssh_username
Port 1234
# Example
Host web1
HostName 192.168.2.122
User val
Port 22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment