create unix alias for "ssh username@", and I would like to use it for any ip address.
for example, alias go="username@" usecase: $go 10.1.1.1 ; implement => ssh username@10.1.1.1
Currently if i do $go 10.1.1.1, it is taking extra white space between @ and ip address. how can i remove it?
config
in.ssh
? – Archemar Nov 07 '17 at 14:32~/.ssh/config
file doesn't solve your problem. – igal Nov 07 '17 at 14:34