From 140715a2f7040b55e00cf58a11f125d0cb9477b8 Mon Sep 17 00:00:00 2001 From: cphillip Date: Mon, 5 May 2003 21:51:20 +0000 Subject: [PATCH] o Grab new sshd_config session hooks changes. --- setup/sshd_config.in | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.45.1