So in a word, I can rlogin from localhost with common user(I meant not
root) but not from remote machine 192.168.0.7. And I can't use rsh at
all.
So anyone can help?
PS:
I just want to use iozone, and I am not very sure whether I can ssh in
the iozone clusting test or not. If I can use ssh without changing the
source of iozone(iozone is a benchmark tool, so I don't think it's a
good idea to change it), please let me know.
Thanks in advanced!
--
wcw
10-20-2008, 04:52 PM
Dirk Heinrichs
rsh failed
Am Montag, 20. Oktober 2008 05:37:52 schrieb Chuanwen Wu:
> So in a word, I can rlogin from localhost with common user(I meant not
> root) but not from remote machine 192.168.0.7. And I can't *use rsh at
> all.
>
> So anyone can help?
What's in your ~/.rhosts and what are its permissions? Additionally, what are
the permissions of your ~ directory?
Bye...
Dirk
10-21-2008, 03:09 AM
"Chuanwen Wu"
rsh failed
Hi Dirk,
> What's in your ~/.rhosts and what are its permissions? Additionally, what are
> the permissions of your ~ directory?
In the server machine 192.168.0.1, I have .rhosts under /root and
/home/wcw, and they are both as same as below:
192.168.0.7 wcw
192.168.0.7 root
and
# cat /etc/hosts.equiv
192.168.0.7
The permission of "/home/wcw" is 755, and "/root" is 700.
When I tried to rlogin from 192.168.0.7 as the user "wcw" or "root", I
got the error below:
Hi,
On Tue, Oct 21, 2008 at 1:40 PM, Dirk Heinrichs
<dirk.heinrichs.ext@nsn.com> wrote:
> Am Dienstag 21 Oktober 2008 05:09:38 schrieb ext Chuanwen Wu:
>
>> The permission of "/home/wcw" is 755, and "/root" is 700.
>
> Looks good, but what about ~/.rhosts?
192.168.0.7 wcw
192.168.0.7 root
> BTW: Did you restart xinetd after installation of rsh?
Yes.
>
--
wcw
10-22-2008, 05:59 AM
Dirk Heinrichs
rsh failed
Am Mittwoch 22 Oktober 2008 06:38:50 schrieb ext Chuanwen Wu:
> > Looks good, but what about ~/.rhosts?
>
> 192.168.0.7 wcw
> 192.168.0.7 root
On Wed, Oct 22, 2008 at 1:59 PM, Dirk Heinrichs
<dirk.heinrichs.ext@nsn.com> wrote:
> Am Mittwoch 22 Oktober 2008 06:38:50 schrieb ext Chuanwen Wu:
>> > Looks good, but what about ~/.rhosts?
>>
>> 192.168.0.7 wcw
>> 192.168.0.7 root
>
> Permissions?
>
600
--
wcw
10-22-2008, 06:29 AM
Dirk Heinrichs
rsh failed
Am Mittwoch 22 Oktober 2008 08:23:38 schrieb ext Chuanwen Wu:
> On Wed, Oct 22, 2008 at 1:59 PM, Dirk Heinrichs
>
> <dirk.heinrichs.ext@nsn.com> wrote:
> > Am Mittwoch 22 Oktober 2008 06:38:50 schrieb ext Chuanwen Wu:
> >> > Looks good, but what about ~/.rhosts?
> >>
> >> 192.168.0.7 wcw
> >> 192.168.0.7 root
> >
> > Permissions?
>
> 600
Hmm, should also be ok, I'm running out of ideas. Anyone else?