From 5627f959d06af297f3fcb0f25fc35454d6bc6be6 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Fri, 22 Jun 2007 21:56:56 +0000 Subject: [PATCH] - PAM configuration for krshd when encryption is being used --- ekshell.pamd | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ekshell.pamd diff --git a/ekshell.pamd b/ekshell.pamd new file mode 100644 index 0000000..c2f414c --- /dev/null +++ b/ekshell.pamd @@ -0,0 +1,10 @@ +#%PAM-1.0 +# For root login to succeed here with pam_securetty, "ekshell" must be +# listed in /etc/securetty. +auth required pam_nologin.so +auth required pam_securetty.so +auth required pam_env.so +auth required pam_rhosts_auth.so +account include system-auth +session optional pam_keyinit.so force revoke +session include system-auth