From: "Michael Oliver" <moliver@(email surpressed)>
Subject: Re: command line submit and shake
   Date: Thu, 19 Jun 2008 16:31:45 -0400
Msg# 1756
View Complete Thread (6 articles) | All Threads
Last Next
gotcha: http://www.seriss.com/rush-current/misc/rsh-config.html

Having an issue where windows boxes can not rsh to mac boxes.  Mac to Mac 
works great.
I get the following when trying to connect to a mac from a pc:

rsh host -l username uname
host: Permission denied.
rsh: can't establish connection

Firewalls have been disabled.

"greg ercolano" <erco@(email surpressed)> wrote in message 
news:1755-rush decimal general at seriss decimal com...
> Michael Oliver wrote:
>> ny hints on getting rsh running?  I'm having a problems allowing rsh
>> connections to os x server. Response is :
>>
>> server.domain.com:Connection refused
>> rsh: can't establish connection.
>>
>> Any help would be greatly appreciated.  Thanks
>
>     As root, you can turn rsh on this way:
>
> service shell start
> service login start
>
>     (To turn it off, replace the 'start' with 'stop')
>
>     From there it's a matter of the usual rsh configuration
>     files, eg. ~/.rhosts and whatnot.
>
>     For instance, to allow root to be able to rsh from
>     machine to machine without it prompting for passwords,
>     you might use:
>
> echo + > /var/root/.rhosts
> chmod 600 /var/root/.rhosts
>
>     Pretty sure that's all that's necessary. 



Last Next