=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/sshd_config,v retrieving revision 1.72.2.1 retrieving revision 1.72.2.2 diff -u -r1.72.2.1 -r1.72.2.2 --- src/usr.bin/ssh/sshd_config 2006/02/03 03:01:58 1.72.2.1 +++ 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.2.1 2006/02/03 03:01:58 brad 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. @@ -91,3 +91,9 @@ # 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