Donate to support Ukraine's independence.

05 Mar'12

SSH alias

By adding this to ~/.ssh/config:

Host example
  HostName example.com
  User exampleuser

You can reduce that to previous command to ssh example

Nice huh?

Category: 
ssh

Comments