diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,6 +1,19 @@ | |||
1 | 20091210 | 1 | 20091210 |
2 | - (dtucker) [configure.ac misc.c readconf.c servconf.c ssh-keyscan.c] | 2 | - (dtucker) [configure.ac misc.c readconf.c servconf.c ssh-keyscan.c] |
3 | Remove hacks add for RoutingDomain in preparation for its removal. | 3 | Remove hacks add for RoutingDomain in preparation for its removal. |
4 | - dtucker@cvs.openbsd.org 2010/01/09 23:04:13 | ||
5 | [channels.c ssh.1 servconf.c sshd_config.5 sshd.c channels.h servconf.h | ||
6 | ssh-keyscan.1 ssh-keyscan.c readconf.c sshconnect.c misc.c ssh.c | ||
7 | readconf.h scp.1 sftp.1 ssh_config.5 misc.h] | ||
8 | Remove RoutingDomain from ssh since it's now not needed. It can be | ||
9 | replaced with "route exec" or "nc -V" as a proxycommand. "route exec" | ||
10 | also ensures that trafic such as DNS lookups stays withing the specified | ||
11 | routingdomain. For example (from reyk): | ||
12 | # route -T 2 exec /usr/sbin/sshd | ||
13 | or inherited from the parent process | ||
14 | $ route -T 2 exec sh | ||
15 | $ ssh 10.1.2.3 | ||
16 | ok deraadt@ markus@ stevesk@ reyk@ | ||
4 | 17 | ||
5 | 20091209 | 18 | 20091209 |
6 | - (dtucker) Wrap use of IPPROTO_IPV6 in an ifdef for platforms that don't | 19 | - (dtucker) Wrap use of IPPROTO_IPV6 in an ifdef for platforms that don't |