On Wed, May 18, 2005 at 08:40:55AM +0100, Chris Green wrote:
So, is there any way for me to provide my own personal alias for this name so I can (for example) say "ssh -l username home" where 'home' will be expanded to the full host name?
Stick an alias into your shell startup file something like:
alias sshhome='ssh username@home'
or buy yourself a personal vanity domain and get them to point it at your ip address?
Adam