ssh confing
Add alias to ssh:
edit ~/.ssh/config
E.g. you want an easy url to a LOOONG url at uni
Host HOST
HostName SERVER
User USERNAME
KeepAlive yes
I have for instance to yallara at rmit:
Host uni1 yallara uni
HostName yallara.cs.rmit.edu.au
User s32xxxxx
KeepAlive yes
$ ssh uni
No comments:
Post a Comment