2012-06-30

SSH host aliasing

~/.ssh/config
Host example
  HostName example.com
  Port 2222

ssh example
instead of
ssh example.com -p 2222

No comments:

Post a Comment