From owner-freebsd-questions Tue Jun 27 16:45:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from state.net (dorthy.state.net [204.75.238.244]) by hub.freebsd.org (Postfix) with ESMTP id 1F8E537C03F for ; Tue, 27 Jun 2000 16:45:02 -0700 (PDT) (envelope-from jon@state.net) Received: from state.net (redoak.state.net [204.75.238.247]) by state.net (8.8.8/8.7.2) with ESMTP id SAA08781 for ; Tue, 27 Jun 2000 18:46:26 -0500 (CDT) Message-ID: <39593C7C.9B06B019@state.net> Date: Tue, 27 Jun 2000 18:45:00 -0500 From: Jon X-Mailer: Mozilla 4.73 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: OpenSSH 3.4-R: Can't log in from remote ssh client Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jenny# uname -a FreeBSD jenny.state.net 3.4-RELEASE FreeBSD 3.4-RELEASE #0: Mon Dec 20 06:54:39 GMT 1999 jkh@time.cdrom.com:/usr/src/sys/compile/GENERIC i386 Hello All, I've d/l'd openssh-2.1.1p1 from ftp.openbsd.org today, and was trying to install it on the system described above. I need ssh2 compatibility, and I can't upgrade this box to 4.0-R (crap, I can't enough cvsupit to STABLE, don't have enough room ;), so I thought I'd try this out. These were the steps I did in the unpacked src directory: jenny# ./configure --with-ipv4-default --with-ssl-dir=/usr/local/ssl ... jenny# make && make install ... jenny# /usr/local/bin/ssh-keygen -b 1024 -f /usr/local/etc/ssh_host_key -N '' ... jenny# /usr/local/bin/ssh-keygen -d -f /usr/local/etc/ssh_host_dsa_key -N '' ... I had previously installed openssl-0.9.5a and zlib-1.1.3 per the INSTALL request. All the installs went along fine. When I tried logging on from a remote client that is running all the same versions of programs above (on a Solaris 7.7 box), I get a login prompt, but if I try logging in using my user account or root, I get denied... root@jenny's password: Permission denied, please try again. If I ssh from the FreeBSD box to the Solaris box, everything works. It seems that the FreeBSD box isn't processing the password or the login correctly. Can anyone offer me some advise or help on this? TIA, Jon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message