Trevor:
Thanks for the help. I did get it to work.
In case you or anyone needs, here is what I did:
cd /usr/local
rpm -e --noscripts openssh openssh-clients openssh-server
lynx
ftp://ftp3.usa.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-2.5.2p1.tar.gz
tar zxvf openssh-2.5.2p1.tar.gz
cd openssh-2.5.2p1
./configure --prefix=/usr/local/openssh
--with-ssl-dir=/usr/local/openssl --with-md5-passwords
make
make install
cp contrib/redhat/sshd.pam-7.x /etc/pam.d/sshd
Thanks
Neil.
Trevor Antczak wrote:
>
> Neil,
>
> Try sshing into the box from itself. I suspect you will find that it
> doesn't work that way either. Red Hat uses PAM, and OpenSSH appears to
> be a tiny bit flaky in support of it. There are two possible reasons
> this might happen. One is that you need to copy
> $source/contrib/redhat/sshd.pam (or sshd.pam-7.x for 7) to
> /etc/pam.d/ssh (note that the name of the file changes). If it still
> doesn't work, try compiling again with "--with-md5-passwords" as a
> configure option. I have 2.5.2 running fine with ssh.com clients, but I
> had the same problem you are having now at first.
>
> Neil Aggarwal wrote:
>
> > Hello:
> >
> > Does openSSH 2.5.2 interoperate with SSH.com clients?
> >
> > I installed openssh 2.5.2p1 on my Redhat Linux 7 server and
> > tried to connect to it via my ssh.com client. It seems to connect
> > and asks me for my password, but when I type it in, it
> > brings up the dialog again. I tried this several times.
> >
> > I am sure that I am typeing the password correctly as I used
> > it via telnet fine. I also verfied that the login is the
> > correct one.
> >
> >
> > Thanks,
> > Neil.
> >
> > --
> > Neil Aggarwal
> > JAMM Consulting, Inc. -- (972) 612-6056, http://www.JAMMConsulting.com
> > Custom Internet Development -- Java, JSP, servlets, databases
> >
> >
> >
>
> --
>
> Thank you,
>
> Trevor Antczak
> Network Administrator II
> Tulane University Math Dept.
> [EMAIL PROTECTED]
> (504) 862-3457
--
Neil Aggarwal
JAMM Consulting, Inc. -- (972) 612-6056, http://www.JAMMConsulting.com
Custom Internet Development -- Java, JSP, servlets, databases