- enabling root access for rsh and rlogin on RH9
- Posted by enjoylife_95135 on March 5th, 2004
Hi,
I have 3 systems running on an internal network that I use for
development. I'd like to be able to rsh and rlogin between the two
freely. Out of the box, when I said "rsh system -l root", I would be
prompted twice for a password.
I've done the standard UNIX thing by sticking a "+" in
/etc/hosts.equiv. When I did this, I started being prompted only once.
I read on the web that I need to add rsh and rlogin to /etc/securetty.
I did so, but I still get prompted for a password.
I'm aware of the risks involved, but what else do I need to do over
and above hosts.equiv and securetty?
Enjoying life in 95135,
S C
- Posted by Bill Marcum on March 5th, 2004
On 5 Mar 2004 09:52:29 -0800, enjoylife_95135
<enjoylife_95135@hotmail.com> wrote:
--
Incrsease your earoning poswer and gaerner profwessional resspect.
Get the Un1iversity Dewgree you have already earned.
[from the prestigious, non-accredited University of Spam!]
- Posted by Anonymous on March 6th, 2004
"e" == enjoylife_95135 <enjoylife_95135@hotmail.com>:
e> I have 3 systems running on an internal network that I use for
e> development. I'd like to be able to rsh and rlogin between the two
e> freely. Out of the box, when I said "rsh system -l root", I would be
e> prompted twice for a password.
Dump 'rsh' and 'rlogin'. Install SSH servers on all boxes, configure
them to allow root logins, create a password-less key, put it in
~root/.authorized_keys and run whatever commands on any of the boxes
with no password prompts.
Moving files around (with `scp') comes as a free bonus.
- Posted by enjoylife_95135 on March 6th, 2004
I realize that responding to one's own post is pathetic, but I found
the answer to my question (in ruserok(3)).
Gotta RTFM next time.
S C
enjoylife_95135@hotmail.com (enjoylife_95135) wrote in message news:<864c2cd6.0403050952.1f920669@posting.google. com>...