Sunday, February 1, 2015

Hostname alias for SSH

Create a file .ssh/config with the following entries:

Host [shortcut]
Hostname [full-hostname]
User [username]