CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/06/06 12:22:41
Modified files:
usr.bin/ssh : ssh.c session.c servconf.h servconf.c mux.c
channels.h channels.c
Log message:
Add a PermitListen directive to control which server-side addresses
may be listened on when the client requests remote forwarding (ssh -R).
This is the converse of the existing PermitOpen directive and this
includes some refactoring to share much of its implementation.
feedback and ok markus@
