On Thu, 7 Jul 2005, Paul TBBle Hampson wrote:
The problem here is:
Jul 6 18:58:39 helium PAM-warn[28455]: function=[pam_sm_acct_mgmt] service=[sshd]
terminal=[ssh] user=[portfwd] ruser=[<unknown>] rhost=[161.80.249.101]
openssh-server ships /etc/pam.d/ssh, but this above line indicates it is
looking for /etc/pam.d/sshd, and then fall back to /etc/pam.d/other.
Interesting... I have vague recollections of this happening before, I
don't know why I didn't think of it.
I just confirmed that doing:
* `ln -s ssh /etc/pam.d/sshd`
* apt-get install openssh-server openssh-client
and things are working once again :)
I presume
the submitter has changed /etc/pam.d/other to reject user logins,
Indeed - I find it helps find misconfigured software :)
while in the
default case this change will simply cause things like pam_env, pam_motd,
pam_limits and pam_mail to be not-processed.
Thanks !
--
Rick Nelson
Linux: the operating system with a CLUE... Command Line User Environment.
-- seen in a posting in comp.software.testing
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]