CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2012/12/02 13:46:11
Modified files: usr.bin/ssh : auth-options.c channels.c servconf.c servconf.h serverloop.c session.c sshd_config.5 Log message: make AllowTcpForwarding accept "local" and "remote" in addition to its current "yes"/"no" to allow the server to specify whether just local or remote TCP forwarding is enabled. ok markus@