bugzilla-daemon at bugzilla.mindrot.org
2011-Mar-29 01:57 UTC
[Bug 1884] New: SSH login using password causes problem for NFS mounted home
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.
bugzilla-daemon at bugzilla.mindrot.org
2011-Apr-12 05:26 UTC
[Bug 1884] SSH login using password causes problem for NFS mounted home
https://bugzilla.mindrot.org/show_bug.cgi?id=1884 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |djm at mindrot.org --- Comment #1 from Damien Miller <djm at mindrot.org> 2011-04-12 15:26:29 EST --- So what is the actual problem? It tries to access a file that resides on a fs that isn't mounted and ... ? -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. You are watching someone on the CC list of the bug.