]> andersk Git - gssapi-openssh.git/blobdiff - setup/sshd_config.in
make --with-globus optional if --with-globus-static is specified
[gssapi-openssh.git] / setup / sshd_config.in
index 1583c72346c6d8ad8e535a95ab7f6cdbcf43c1ee..65802a0311a6d9808b5b03cf168db472627f5d86 100644 (file)
 # 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.033415 seconds and 4 git commands to generate.