=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/sshd_config,v retrieving revision 1.73 retrieving revision 1.73.2.1 diff -u -r1.73 -r1.73.2.1 --- src/usr.bin/ssh/sshd_config 2005/12/06 22:38:28 1.73 +++ src/usr.bin/ssh/sshd_config 2006/09/30 04:06:51 1.73.2.1 @@ -1,4 +1,4 @@ -# $OpenBSD: sshd_config,v 1.73 2005/12/06 22:38:28 reyk Exp $ +# $OpenBSD: sshd_config,v 1.73.2.1 2006/09/30 04:06:51 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