
djm at mindrot
Dec 13, 2005, 12:29 AM
Post #163 of 429
(2820 views)
Permalink
|
CVSROOT: /var/cvs Module name: openssh Changes by: djm [at] fuyu 2005/12/13 19:29:03 Modified files: . : ChangeLog 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 Log message: - reyk [at] cvs 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 cvs -n rdiff -u -r1.4018 -r1.4019 openssh/ChangeLog cvs -n rdiff -u -r1.29 -r1.30 openssh/auth-options.c cvs -n rdiff -u -r1.10 -r1.11 openssh/auth-options.h cvs -n rdiff -u -r1.205 -r1.206 openssh/channels.c cvs -n rdiff -u -r1.73 -r1.74 openssh/channels.h cvs -n rdiff -u -r1.129 -r1.130 openssh/clientloop.c cvs -n rdiff -u -r1.50 -r1.51 openssh/misc.c cvs -n rdiff -u -r1.29 -r1.30 openssh/misc.h cvs -n rdiff -u -r1.118 -r1.119 openssh/readconf.c cvs -n rdiff -u -r1.59 -r1.60 openssh/readconf.h cvs -n rdiff -u -r1.141 -r1.142 openssh/scp.c cvs -n rdiff -u -r1.134 -r1.135 openssh/servconf.c cvs -n rdiff -u -r1.63 -r1.64 openssh/servconf.h cvs -n rdiff -u -r1.122 -r1.123 openssh/serverloop.c cvs -n rdiff -u -r1.73 -r1.74 openssh/sftp.c cvs -n rdiff -u -r1.173 -r1.174 openssh/ssh.1 cvs -n rdiff -u -r1.240 -r1.241 openssh/ssh.c cvs -n rdiff -u -r1.22 -r1.23 openssh/ssh_config cvs -n rdiff -u -r1.64 -r1.65 openssh/ssh_config.5 cvs -n rdiff -u -r1.137 -r1.138 openssh/sshconnect.c cvs -n rdiff -u -r1.18 -r1.19 openssh/sshconnect.h cvs -n rdiff -u -r1.168 -r1.169 openssh/sshd.8 cvs -n rdiff -u -r1.73 -r1.74 openssh/sshd_config cvs -n rdiff -u -r1.50 -r1.51 openssh/sshd_config.5
|