ssh hostname alias
One can make a hostname alias for SSH and SCP by adding to the the SSH config file:
## ~/.ssh/config
Host cs
HostName = login.cs.unc.edu
User = hal
One can make a hostname alias for SSH and SCP by adding to the the SSH config file:
## ~/.ssh/config
Host cs
HostName = login.cs.unc.edu
User = hal