On Tue, Nov 22, 2005 at 01:33:07PM -0500, Jeff Blaine wrote: > I've spent a few hours on this now. I am unable to get > OpenSSH (--with-pam) to interact with my IBM AFS (NOT > OpenAFS) pam_afs.so module. This is with Solaris 9. [...] > The "AFS Password required but not supplied by user jblaine" > below is bogus. A password was supplied.
Does "ssh -o PreferredAuthentications=password yourserver" work? (This requires that PasswordAuthentication be enabled in sshd_config.) If that works, I will explain why. If not, please open an OpenSSH bug at http://bugzilla.mindrot.org and we will see what we can do to help you get it working. -- 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.
