Displaying 1 result from an estimated 1 matches for "host_nickname".
2004 Sep 08
0
[PATCH]Extending user@host syntax
...user at www.tld.com:/path/to/cvs
There is no way to specify a port number or a HostKeyAlias. With the patch
the CVS/Root can contain:
user at localhost%8022,www.tld.com:/path/to/cvs
and the connection is made through the tunnel.
I know I can achieve a similar result using .ssh/config:
Host host_nickname
Hostname localhost
Port 8022
HostKeyAlias www.tld.com
and specify the CVS root as user at host_nickname:/path/to/cvs
However, I think my patch is rather a feature than a bug. Are there any
chances to get it included in openssh?
Torsten
diff -Naur openssh-3.9p1/ssh.c openssh-3.9p1.new/ssh.c
- -...