Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: compctl - aliasing hostnames -> ~/.ssh/config
- X-seq: zsh-users 1691
 
- From: Sven Guckes <guckes@xxxxxxxxxxxxxxxxx>
 
- To: zsh-users@xxxxxxxxxxxxxxx
 
- Subject: Re: compctl - aliasing hostnames -> ~/.ssh/config
 
- Date: Fri, 31 Jul 1998 17:02:19 +0200
 
- In-reply-to: <slrn6s28dq.pi.mason@xxxxxxxxxxxxxxxxxxxxx>; from Geoff Wing on Fri, Jul 31, 1998 at 01:45:30AM +0000
 
- Mail-followup-to: zsh-users@xxxxxxxxxxxxxxx
 
- References: <19980730230755.B6503@xxxxxxxxxxxxxxxxx> <slrn6s28dq.pi.mason@xxxxxxxxxxxxxxxxxxxxx>
 
Quoting Geoff Wing (mason@xxxxxxxxxxxxxxx):
> You don't need to do it with zsh.
> ssh has a config file for this.
> RTFM ssh(1)
Indeed.  Sorry about the noise.
And thanks for the example! :-)
Here's my example:
	$ cat ~/.ssh/config
	Host gauss
	Hostname Tr1ckyh0stNam3
	User argl0815
	$ ssh gauss
	argl0815@Tr1ckyh0stNam3's password:
Sven  [who really likes examples]
Messages sorted by:
Reverse Date,
Date,
Thread,
Author