This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: 1.1.8-2 tcsh 6.10-1 inetutils-1.3.2-10 ( rshd + tcsh problem )


On Fri, Feb 16, 2001 at 11:50:21PM -0000, Mad Dave wrote:
> If I connect via the rsh daemon as a user who has a default shell of the
> tcsh, say by doing a command like 'rsh machine "echo hello"',  the server
> machines cpu usage jumps up to 100% and stays there for several minutes (it
> is tcsh that is eating up all the cpu time not the rshd).  I do have a
> fairly large number of scripts that get sourced from the .tcshrc file, but
> if I was to rlogin to the machine it returns a prompt practicaly instantly.
> Anyideas as to why this is happening ?  Or any solutions ( other than not
> using the rshd ) ?

No. The solution is in fact, don't use rshd but sshd. rshd is for
reasons often mentioned in this mailing list not able to change
the user context. That's a problem! Using ssh and sshd with RSA
key _is_ definitely the better way - not only for security reasons
(/usr/doc/Cygwin/openssh-2.3.0p1.README).

There is another way, though. Start inetd from the user account
which shall run rshd and the subshell. And don't forget to set
the user permissions then (/usr/doc/Cygwin/inetutils-1.3.2.README).

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]