commit | aa5b3f831417bac9538d2b6f21d55fef278e8926 | [log] [download] |
---|---|---|
author | Damien Miller <djm@mindrot.org> | Mon Dec 03 09:50:54 2012 +1100 |
committer | Damien Miller <djm@mindrot.org> | Mon Dec 03 09:50:54 2012 +1100 |
tree | dfaa5a58efa8195f1f72761fb9e2ba4fad7021b4 | |
parent | 33a813613a9f48acba0e88f4c51a6a25259bbebc [diff] |
- djm@cvs.openbsd.org 2012/12/02 20:46:11 [auth-options.c channels.c servconf.c servconf.h serverloop.c session.c] [sshd_config.5] 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@