SSH authentication via PAM
From: Cook, Garry (GWCOOK_at_mactec.com)
Date: 03/01/04
- Previous message: Jim Conner: "RE: SSH with OpenSSH and Putty - Please Help!"
- Next in thread: Gerald C.: "Re: SSH authentication via PAM"
- Maybe reply: Gerald C.: "Re: SSH authentication via PAM"
- Maybe reply: Cook, Garry: "RE: SSH authentication via PAM"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 1 Mar 2004 10:57:25 -0700 To: <secureshell@securityfocus.com>
I'm attempting to integrate SSH with Pluggable Authentication Modules on
a Linux host. Specifically, I'm using pam_tacplus to authenticate users
via a Cisco ACS server. My problem is that the ACS has usernames
different from those on the Linux host. I've setup the sshd config in
/etc/pam.d/ to call the pam_tacplus module for authentication, although
it appears as though SSH first checks the username against /etc/passwd
or /etc/shadow to verify that I am a legitimate user. Debug output from
/var/log/secure shows this:
Feb 29 23:49:04 netmon2 sshd[7158]: Illegal user foo.bar from
172.16.100.40
Feb 29 23:49:10 netmon2 sshd[7158]: pam_sm_authenticate: called
(pam_tacplus v1.2.9)
Feb 29 23:49:10 netmon2 sshd[7158]: pam_sm_authenticate: user [NOUSER]
obtained
SSH tests the username against legitimate users on localhost and reports
that my username is illegal, so it then passes 'NOUSER' to the ACS via
pam_sm_authenticate.
Is there any way to disable this test and have a username correctly
passed to pam_sm_authenticate? I've read all the man pages and FAQs that
I can get my hands on, and googled quite extensively. I'm either missing
something or else there is very little information out there pertaining
to this issue.
Perhaps there is a better way than attempting to disable this test?
Any insight would be greatly appreciated.
Garry W. Cook, CCNA
Network Infrastructure Manager
MACTEC, Inc. - http://www.mactec.com/
303.308.6228 (Office) - 720.220.1862 (Mobile)
- Previous message: Jim Conner: "RE: SSH with OpenSSH and Putty - Please Help!"
- Next in thread: Gerald C.: "Re: SSH authentication via PAM"
- Maybe reply: Gerald C.: "Re: SSH authentication via PAM"
- Maybe reply: Cook, Garry: "RE: SSH authentication via PAM"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|