]> andersk Git - gssapi-openssh.git/blobdiff - setup/sshd_config.in
o Grab new sshd_config session hooks changes.
[gssapi-openssh.git] / setup / sshd_config.in
index 770be5e9e3aeb9521a3416dbaaf52a79b22f4f1b..65802a0311a6d9808b5b03cf168db472627f5d86 100644 (file)
@@ -1,4 +1,4 @@
-#       $OpenBSD: sshd_config,v 1.56 2002/06/20 23:37:12 markus Exp $
+#      $OpenBSD: sshd_config,v 1.59 2002/09/25 11:17:16 markus Exp $
 
 # This is the sshd server system-wide configuration file.  See
 # sshd_config(5) for more information.
@@ -32,7 +32,7 @@
 
 # Authentication:
 
-#LoginGraceTime 600
+#LoginGraceTime 120
 #PermitRootLogin yes
 #StrictModes yes
 
 # Kerberos TGT Passing only works with the AFS kaserver
 #KerberosTgtPassing no
 
+# Session hooks: if allowed, specify the commands to execute
+#AllowSessionHooks yes
+#SessionHookStartupCmd /bin/true
+#SessionHookShutdownCmd /bin/true
+
 # Set this to 'yes' to enable PAM keyboard-interactive authentication 
 # Warning: enabling this may bypass the setting of 'PasswordAuthentication'
-#PAMAuthenticationViaKbdInt yes
+#PAMAuthenticationViaKbdInt no
 
-#X11Forwarding no
+X11Forwarding yes
 #X11DisplayOffset 10
 #X11UseLocalhost yes
 #PrintMotd yes
@@ -81,6 +86,7 @@
 #KeepAlive yes
 #UseLogin no
 #UsePrivilegeSeparation yes
+#PermitUserEnvironment no
 #Compression yes
 
 #MaxStartups 10
@@ -92,4 +98,4 @@
 Subsystem      sftp    /usr/libexec/sftp-server
 
 # where to store the pid of sshd process
-PidFile                /var/run/sshd.pid
+#PidFile               /var/run/sshd.pid
This page took 0.033386 seconds and 4 git commands to generate.