X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/blobdiff_plain/b078821f5ade4d85583231bd15e200edf3b9585f..6e098d39f83779432b2bf83e285396013178eb3b:/setup/sshd_config.in 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