]> andersk Git - openssh.git/blobdiff - sshd_config
- dtucker@cvs.openbsd.org 2006/07/19 13:07:10
[openssh.git] / sshd_config
index 57f9a17bbd3f7b5e43b94e7d62be3b90ff314024..6a3cad886716d607a90d305e84b24c47bc4260f9 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: sshd_config,v 1.73 2005/12/06 22:38:28 reyk Exp $
+#      $OpenBSD: sshd_config,v 1.74 2006/07/19 13:07:10 dtucker Exp $
 
 # This is the sshd server system-wide configuration file.  See
 # sshd_config(5) for more information.
 
 # 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
This page took 0.316817 seconds and 4 git commands to generate.