On Wed, May 18, 2005 at 08:59:06AM +0100, Adam Bower wrote:
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'
That's a way for the specific ssh requirement but I'd prefer it to be more general so that I can access other services (if/when I open them up) without having an alias for each.
or buy yourself a personal vanity domain and get them to point it at your ip address?
Now *that* makes more sense, I have both isbd.co.uk and isbd.net already, maybe I can find yet another isbd.xxx domain. Thanks.