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

	Ya, that works.

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

	Sounds like a permission problem where the windows machine is
	logged in as a user that doesn't have an account on the mac,
	or that user doesn't have a 'wide open' .rhosts file.

	In my experience, window's client RSH is a little goofy
	in that it's not really interactive; when it runs a command,
	you don't see any output until the command is done.

	Should work though.. I have it working at my office.

Last Next