From: cphillip Date: Mon, 5 May 2003 21:51:20 +0000 (+0000) Subject: o Grab new sshd_config session hooks changes. X-Git-Tag: OPENSSH_GSI_GPT_2_3~11 X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/commitdiff_plain/140715a2f7040b55e00cf58a11f125d0cb9477b8 o Grab new sshd_config session hooks changes. --- diff --git a/setup/sshd_config.in b/setup/sshd_config.in index 40ecd72..65802a0 100644 --- a/setup/sshd_config.in +++ b/setup/sshd_config.in @@ -69,6 +69,11 @@ # 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