From owner-freebsd-questions Sat Sep 2 16:29:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from EI-Tiger.ChipChat.ne.jp (EI-Tiger.ChipChat.ne.jp [211.5.237.226]) by hub.freebsd.org (Postfix) with ESMTP id 33D1037B423 for ; Sat, 2 Sep 2000 16:29:43 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by EI-Tiger.ChipChat.ne.jp (8.11.0/8.11.0) with ESMTP id e82NTgE80932 for ; Sat, 2 Sep 2000 23:29:42 GMT (envelope-from mrc@ChipChat.ne.jp) To: freebsd-questions@freebsd.org Subject: SSH fails for user, but succeeds for root X-Mailer: Mew version 1.94.2 on XEmacs 21.1 (Carlsbad Caverns) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20000903082941J.mrc@ChipChat.ne.jp> Date: Sun, 03 Sep 2000 08:29:41 +0900 (JST) From: Marty Cawthon X-Dispatcher: imput version 20000228(IM140) Lines: 58 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I fail to connect using SSH as my usual login (mrc) but succeed when I su to root. This is puzzling to me. I have looked in the mail archives, and read the handbook, and am stumped. I have examined the files in /root/.ssh and /home/mrc/.ssh and do not see why it would fail for 'mrc' but succeed for 'root'. Any ideas or suggestions? Marty Cawthon ChipChat Reference (snips from screen): ========================================================= FAIL AS MRC: ------------ bash-2.3$ ssh mrc-tiger.chipchat.com ssh: no RSA support in libssl and libcrypto. See ssl(8). Disabling protocol version 1 Protocol major versions differ: 2 vs. 1 bash-2.3$ OK AS ROOT: ----------- bash-2.03$ su Password: EI-Tiger# ssh mrc-tiger.chipchat.com root@mrc-tiger.chipchat.com's password: Last login: Sat Sep 2 23:08:24 2000 from ei-tiger.chipcha mrc-tiger# =========================================================== Origin machine (EI-Tiger) ------------------------- EI-Tiger# uname -a FreeBSD EI-Tiger.ChipChat.ne.jp 4.1-STABLE FreeBSD 4.1-STABLE #0: Wed Aug 30 00:43:35 JST 2000 mrc@EI-Tiger.ChipChat.ne.jp:/usr/obj/usr/src/sys/KOGA i386 Destination machine (mrc-tiger) ------------------------------- mrc-tiger# uname -a FreeBSD mrc-tiger.ChipChat.com 3.4-RELEASE FreeBSD 3.4-RELEASE #0: Wed Feb 23 18:23:00 GMT 2000 mrc@Piman-Orange.ChipChat.com:/usr/src/kame/freebsd3/sys/compile/KOGA i386 LIBRSAINTL installed on EI-Tiger (in Japan) ------------------------------------------- EI-Tiger# pkg_info -a -I | grep rsa librsaintl-1.1 Non-US libcrypto plugin to implement the RSA algorithm /* End of message */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message