2014-05-07

SSH host alias

To create ssh alias you have to create the file ~/.ssh/config with similar lines:
Host your-host
 HostName your-server.com
 Port 22
 user your-ssh-username
Then for connecting to server: ssh your-host

No comments:

Post a Comment