diff --git a/ekshell.pamd b/ekshell.pamd index 847ec1b..5b67b05 100644 --- a/ekshell.pamd +++ b/ekshell.pamd @@ -4,7 +4,7 @@ auth required pam_nologin.so auth required pam_securetty.so auth required pam_env.so -auth required pam_rhosts_auth.so +auth required pam_rhosts.so account include system-auth # pam_selinux.so close should be the first session rule session required pam_selinux.so close diff --git a/kshell.pamd b/kshell.pamd index 016d2a2..90aa311 100644 --- a/kshell.pamd +++ b/kshell.pamd @@ -4,7 +4,7 @@ auth required pam_nologin.so auth required pam_securetty.so auth required pam_env.so -auth required pam_rhosts_auth.so +auth required pam_rhosts.so account include system-auth # pam_selinux.so close should be the first session rule session required pam_selinux.so close