On Sat, Jan 14, 2006 at 04:39:06PM +0100, Juan C. Sanchez-DelBarrio wrote: > pam_rsa, it's only a name example. My intention is to use the id_rsa > (RSA Authentication) through LibPAM.
You want to modify sshd so that RSAAuthentication is done via PAM calls? If so that would not be easy and would require modification to the PAM implementation as well as sshd. See: https://www.redhat.com/archives/pam-list/2005-October/msg00069.html Anyway, that only explains what you want to do and not why you want to do it. What advantage over sshd's native authentication would you get? -- 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.
