diff options
author | Damien Miller <djm@mindrot.org> | 2005-12-13 19:29:02 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2005-12-13 19:29:02 +1100 |
commit | d27b947178df3689bfb7fdfb62a5f1337ef73481 (patch) | |
tree | c8678325c355b3602bdabca16da1baa8707818eb /ChangeLog | |
parent | 6dbdb6afeec1820b2799c2693fc8e8b364be8228 (diff) |
- reyk@cvs.openbsd.org 2005/12/06 22:38:28
[auth-options.c auth-options.h channels.c channels.h clientloop.c]
[misc.c misc.h readconf.c readconf.h scp.c servconf.c servconf.h]
[serverloop.c sftp.c ssh.1 ssh.c ssh_config ssh_config.5 sshconnect.c]
[sshconnect.h sshd.8 sshd_config sshd_config.5]
Add support for tun(4) forwarding over OpenSSH, based on an idea and
initial channel code bits by markus@. This is a simple and easy way to
use OpenSSH for ad hoc virtual private network connections, e.g.
administrative tunnels or secure wireless access. It's based on a new
ssh channel and works similar to the existing TCP forwarding support,
except that it depends on the tun(4) network interface on both ends of
the connection for layer 2 or layer 3 tunneling. This diff also adds
support for LocalCommand in the ssh(1) client.
ok djm@, markus@, jmc@ (manpages), tested and discussed with others
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -7,6 +7,21 @@ | |||
7 | [ssh.1] | 7 | [ssh.1] |
8 | avoid ambiguities in describing TZ; | 8 | avoid ambiguities in describing TZ; |
9 | ok djm@ | 9 | ok djm@ |
10 | - reyk@cvs.openbsd.org 2005/12/06 22:38:28 | ||
11 | [auth-options.c auth-options.h channels.c channels.h clientloop.c] | ||
12 | [misc.c misc.h readconf.c readconf.h scp.c servconf.c servconf.h] | ||
13 | [serverloop.c sftp.c ssh.1 ssh.c ssh_config ssh_config.5 sshconnect.c] | ||
14 | [sshconnect.h sshd.8 sshd_config sshd_config.5] | ||
15 | Add support for tun(4) forwarding over OpenSSH, based on an idea and | ||
16 | initial channel code bits by markus@. This is a simple and easy way to | ||
17 | use OpenSSH for ad hoc virtual private network connections, e.g. | ||
18 | administrative tunnels or secure wireless access. It's based on a new | ||
19 | ssh channel and works similar to the existing TCP forwarding support, | ||
20 | except that it depends on the tun(4) network interface on both ends of | ||
21 | the connection for layer 2 or layer 3 tunneling. This diff also adds | ||
22 | support for LocalCommand in the ssh(1) client. | ||
23 | |||
24 | ok djm@, markus@, jmc@ (manpages), tested and discussed with others | ||
10 | 25 | ||
11 | 20051201 | 26 | 20051201 |
12 | - (djm) [envpass.sh] Remove regress script that was accidentally committed | 27 | - (djm) [envpass.sh] Remove regress script that was accidentally committed |
@@ -3399,4 +3414,4 @@ | |||
3399 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 3414 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
3400 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 3415 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
3401 | 3416 | ||
3402 | $Id: ChangeLog,v 1.4018 2005/12/13 08:25:43 djm Exp $ | 3417 | $Id: ChangeLog,v 1.4019 2005/12/13 08:29:02 djm Exp $ |