]> 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 0061971a3866fbf35ea0b152d6c234f6d032d770..65802a0311a6d9808b5b03cf168db472627f5d86 100644 (file)
@@ -1,4 +1,4 @@
-#     $OpenBSD: sshd_config,v 1.59 2002/09/25 11:17:16 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.
 # 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 no
@@ -93,4 +98,4 @@ X11Forwarding yes
 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.031539 seconds and 4 git commands to generate.