Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: compctl - aliasing hostnames -> ~/.ssh/config



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