CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/01/09 16:04:13
Modified files:
usr.bin/ssh : channels.c channels.h misc.c misc.h readconf.c
readconf.h scp.1 servconf.c servconf.h sftp.1
ssh-keyscan.1 ssh-keyscan.c ssh.1 ssh.c
ssh_config.5 sshconnect.c sshd.c sshd_config.5
Log message:
Remove RoutingDomain from ssh since it's now not needed. It can be replaced
with "route exec" or "nc -V" as a proxycommand. "route exec" also ensures
that trafic such as DNS lookups stays withing the specified routingdomain.
For example (from reyk):
# route -T 2 exec /usr/sbin/sshd
or inherited from the parent process
$ route -T 2 exec sh
$ ssh 10.1.2.3
ok deraadt@ markus@ stevesk@ reyk@