Ethical Hacking Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package. | Computer Forensics Training at InfoSec Institute Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors. |

| Subject: | Re: Allow password auth for one user with sftp? |
|---|---|
| Date: | Mon, 22 Jan 2007 17:09:19 +1100 |
also sprach Adrian von Bidder <avbidder@fortytwo.ch> [2007.01.11.1855 +0100]:Anybody has an idea if and how this is possible? The obvious but ugly solution would be to run a second sshd on a different port, but I'd rather avoid that.
It'll be possible if and only if SSH differentiates between authentication and authorisation/session. If it does, you can limit authentication with PAM via pam_file to one user, knowing that publickey auth will be handled by sshd. All users, however, need to be authenticated against the PAM session component.
PasswordAuthentication no
Match User sftpuser
PasswordAuthentication yes--
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69
Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Openssh in batch from Windows with public key, KGilchrist |
|---|---|
| Next by Date: | ssh client hanging after authn for interactive sessions, David Anderson |
| Previous by Thread: | Re: Allow password auth for one user with sftp?, martin f krafft |
| Next by Thread: | Re: Allow password auth for one user with sftp?, Adrian von Bidder |
| Indexes: | [Date] [Thread] [Top] [All Lists] |