[Bug 1884] New: SSH login using password causes problem for NFS mounted home

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Tue Mar 29 12:57:18 EST 2011


https://bugzilla.mindrot.org/show_bug.cgi?id=1884

           Summary: SSH login using password causes problem for NFS
                    mounted home
           Product: Portable OpenSSH
           Version: 5.8p1
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: sshd
        AssignedTo: unassigned-bugs at mindrot.org
        ReportedBy: bitman.zhou at centrify.com


We are using auto mounted NFS home folders using NFS v3 and Kerberos on
Mac OS X 10.6. This works nicely except when you login using SSH and
authenticate using password. The problem is that sshd is trying to
access the file system before it has a valid Kerberos ticket and
therefore it fails to mount the home folder. After some debug, we find
sshd calls check_quietlogin() which will stat $HOME/.hushlogin before
calling do_pam_setcred().

Is there any workaround to bypass quietlogin checking? I cannot find
any. Or please add an option for this purpose. Thanks a lot.

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.


More information about the openssh-bugs mailing list