CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/10/22 23:08:00
Modified files:
usr.bin/ssh : clientloop.c clientloop.h misc.c misc.h
serverloop.c session.c ssh.1 ssh.c ssh_config.5
Log message:
Expose devices allocated for tun/tap forwarding.
At the client, the device may be obtained from a new %T expansion
for LocalCommand.
At the server, the allocated devices will be listed in a
SSH_TUNNEL variable exposed to the environment of any user sessions
started after the tunnel forwarding was established.
ok markus