Bradley Guenther wrote:>
> I have some Solaris 7 boxes (Ultra 3 and Ultra Enterprise 250 hardware)
> that I have compiled both 3.7p1 and 3.7.1p1 on and am having some
> problems. I am using the same "configure" options that I have in
the
> past (without problems). I have tried both new and existing (previously
> working) ssh_config and sshd_config files. The new versions seem to
> have broken SSH 1 support (and maybe cause a bit of SSH 2 problems).
> All of my unix boxes can ssh into the server fine. Cygwin users can ssh
> in fine. TeraTerm Pro (both the old one that supports ssh1 only and the
> new one which <allegedly> supports ssh2) both just keep prompting me
for
> my password over and over again. Putty v.52 (older version) crashes
> when I try to connect via ssh2, and gives me "Access denied" on
> attempts via ssh1. The latest version (as of last night at least) of
> Putty works on ssh2 but still gives me the "Access denied" over
and over
> again on ssh1 attempts. Winscp basically works, but prompts for the
> password twice.
Try turning on TIS authentication in PuTTY:
Connection -> SSH -> Auth -> Attempt TIS or cryptocard authentication.
If you're using WithPAM=yes, you should probably set
PasswordAuthentication=no. From the sshd_config man page:
"UsePAM Enables PAM authentication (via challenge?response) and session
set up. If you enable this, you should probably disable
PasswordAuthentication."
See also:
http://bugzilla.mindrot.org/show_bug.cgi?id=669
--
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.