Re: rsh with .rhosts problems (SOLVED)

1997-05-02 Thread Dr. Andreas Wehler
: Hi,
: 
: I don't have access to a Linux machine from where I work so I can't
: check on this advice, but see if there is a man page for
: hosts.equiv.  On Solaris machines, /etc/hosts.equiv is the other
   ^^^
: piece that controls remote access via rsh, rlogin, etc.
: 
: Good luck,
: Randy Stocking

 Thank you and the other responsers very much!  At one host the
/etc/hosts.equiv file was missing, where I was sure it would have been
there.  Now, after editing this file everything is ok.


  A. Wehler

-- 
Uni Wuppertal, FB Elektrotechnik, Tel/Fax: (0202) 439 - 3009
Dr. Andreas Wehler;  [EMAIL PROTECTED]


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


rsh with .rhosts problems

1997-04-30 Thread Dr. Andreas Wehler
 Hello, 

does someone know any peculiarities with rsh and .rhosts?  I would
like to transfer per cron job certain files from hotsA to hostB with
rsh and pipes.  The rsh-pipe-mechanism works fine for certain hosts,
and does not for others for permission denied problems.  They all are
running the net*-packages from the stable tree, and the .rhosts files
are triple checked as to be ok.

e.g., why this?!

-- [EMAIL PROTECTED]:~# rsh -l normaluser hostB.full.domain.name date
-- Permission denied.

-- [EMAIL PROTECTED]:~# rsh -l normaluser hostA.full.domain.name date
-- Wed Apr 30 09:56:53 MET DST 1997


 Thanks!
  A. Wehler

-- 
Uni Wuppertal, FB Elektrotechnik, Tel/Fax: (0202) 439 - 3009
Dr. Andreas Wehler;  [EMAIL PROTECTED]


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: rsh with .rhosts problems

1997-04-30 Thread Eloy A. Paris
Can you send the .rhosts in both hosts to the list?

As I remember it, the rshd is very picky about the way you specify
the hpost name in .rhosts. I think is has to be the same string
the gethostbyaddr() (the resolver) returns.

I hope this helps.

E.-

 
  Hello, 
 
 does someone know any peculiarities with rsh and .rhosts?  I would
 like to transfer per cron job certain files from hotsA to hostB with
 rsh and pipes.  The rsh-pipe-mechanism works fine for certain hosts,
 and does not for others for permission denied problems.  They all are
 running the net*-packages from the stable tree, and the .rhosts files
 are triple checked as to be ok.
 
 e.g., why this?!
 
 -- [EMAIL PROTECTED]:~# rsh -l normaluser hostB.full.domain.name date
 -- Permission denied.
 
 -- [EMAIL PROTECTED]:~# rsh -l normaluser hostA.full.domain.name date
 -- Wed Apr 30 09:56:53 MET DST 1997

-- 

Eloy A. Paris
Information Technology Department
Rockwell Automation de Venezuela
Telephone: +58-2-9432311 Fax: +58-2-9430323


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: rsh with .rhosts problems

1997-04-30 Thread Rob Browning
Eloy A. Paris [EMAIL PROTECTED] writes:

 Can you send the .rhosts in both hosts to the list?
 
 As I remember it, the rshd is very picky about the way you specify
 the hpost name in .rhosts. I think is has to be the same string
 the gethostbyaddr() (the resolver) returns.

Also, check /etc/hosts.{accept,deny}

-- 
Rob


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .