=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/sshd_config,v retrieving revision 1.72 retrieving revision 1.72.2.2 diff -u -r1.72 -r1.72.2.2 --- src/usr.bin/ssh/sshd_config 2005/07/25 11:59:40 1.72 +++ src/usr.bin/ssh/sshd_config 2006/10/06 03:19:33 1.72.2.2 @@ -1,4 +1,4 @@ -# $OpenBSD: sshd_config,v 1.72 2005/07/25 11:59:40 markus Exp $ +# $OpenBSD: sshd_config,v 1.72.2.2 2006/10/06 03:19:33 brad Exp $ # This is the sshd server system-wide configuration file. See # sshd_config(5) for more information. @@ -84,9 +84,16 @@ #UseDNS yes #PidFile /var/run/sshd.pid #MaxStartups 10 +#PermitTunnel no # no default banner path #Banner /some/path # override default of no subsystems Subsystem sftp /usr/libexec/sftp-server + +# Example of overriding settings on a per-user basis +#Match User anoncvs +# X11Forwarding no +# AllowTcpForwarding no +# ForceCommand cvs server