Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 03 Sep 2000 15:36:34 +0900 (JST)
From:      Marty Cawthon <mrc@ChipChat.ne.jp>
To:        cjclark@alum.mit.edu
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: SSH fails for user, but succeeds for root
Message-ID:  <20000903153634J.mrc@ChipChat.ne.jp>
In-Reply-To: <20000902232335.Y62475@149.211.6.64.reflexcom.com>
References:  <20000903082941J.mrc@ChipChat.ne.jp> <20000902232335.Y62475@149.211.6.64.reflexcom.com>

next in thread | previous in thread | raw e-mail | index | archive | help
From: "Crist J . Clark" <cjclark@reflexnet.net>
> On Sun, Sep 03, 2000 at 08:29:41AM +0900, Marty Cawthon wrote:
>>   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?
> 
> What are the permissions on the RSA lib files?

$ ls -al /usr/lib/librsa*
-r--r--r--  1 root  wheel  10568 Sep  1 16:11 /usr/lib/librsaINTL.a
lrwxr-xr-x  1 root  wheel     15 Sep  1 16:11 /usr/lib/librsaINTL.so -> librsaINTL.so.1
-r--r--r--  1 root  wheel  10772 Sep  1 16:05 /usr/lib/librsaINTL.so.1
-r--r--r--  1 root  wheel   7690 Aug 29 13:19 /usr/lib/librsaUSA.a
lrwxr-xr-x  1 root  wheel     14 Aug 29 14:25 /usr/lib/librsaUSA.so -> librsaUSA.so.1
-r--r--r--  1 root  wheel  10196 Aug 29 13:19 /usr/lib/librsaUSA.so.1
-r--r--r--  1 root  wheel   7122 Mar 20 21:32 /usr/lib/librsaUSA_p.a

I followed your suggestion to look at the permissions of the rsa files
(above) and find both librsaINTL* and librsaUSA* files. 
This seems odd to have both INTL and USA files.
Perhaps the source of my troubles?

Marty Cawthon





To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000903153634J.mrc>