Last Updated: February 25, 2016
·
402
· gumieri

SSH without decorate IPs

create a 'config' file into ./ssh directory with that:
Host alias
</>HostName 127.0.0.1
</>user root //if want
</>Port 22 //if want......

then you can do this: ssh alias
equals: ssh root@127.0.0.1 -p 22