Bug 24759

Summary: sshd broken (apparent PAM problem)
Product: Base System Reporter: hunter <hunter>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.2-STABLE   
Hardware: Any   
OS: Any   

Description hunter 2001-01-31 21:20:01 UTC
ssh login fails and this appears in the log:
Jan 31 20:56:55 joy sshd[228]: no modules loaded for `sshd' service
Jan 31 20:56:55 joy sshd[228]: fatal: PAM session setup failed[6]: Permission denied
Jan 31 20:56:55 joy sshd[228]: no modules loaded for `sshd' service

Fix: 

The OpenSSH daemon from the ports collection still works.
Comment 1 Peter Pentchev freebsd_committer freebsd_triage 2001-01-31 21:52:43 UTC
State Changed
From-To: open->feedback

Can you try this after you've done: 

cd /usr/src 
mergemaster 

as per /usr/src/UPDATING's suggestions after - or before - every 
buildworld/installworld cycle? 

Also, can you make sure that you have cvsup'd /usr/src/etc (that's where 
the new pam.conf lives) along with the OpenSSH source?
Comment 2 Peter Pentchev freebsd_committer freebsd_triage 2001-01-31 22:55:07 UTC
State Changed
From-To: feedback->closed

Problem solved after a mergemaster run.