Gentoo Archives: gentoo-cluster

From: Jared Greenwald <greenwaldjared@×××××.com>
To: gentoo-cluster@l.g.o
Subject: Re: [gentoo-cluster] netkit-rsh help needed
Date: Wed, 17 May 2006 20:58:19
Message-Id: 2759cf860605171354i4dd9ffc2tec5b4946a7e76c6@mail.gmail.com
In Reply to: Re: [gentoo-cluster] netkit-rsh help needed by Brady Catherman
1 Now the only problem is how do stop pam from blocking rsh access?
2
3 -Jared
4
5 On 5/17/06, Brady Catherman <bradyc@××××××.edu> wrote:
6 > There shouldn't be an rsh process running. xinetd starts it when a
7 > user connects.
8 >
9 > The best way to troubleshoot xinetd problems is to start xinetd in
10 > debugging mode.
11 >
12 > xinetd -d
13 >
14 > If you see that the servive started then you can do a netstat -ap and
15 > look for the service name in there (shell/login/exec for rsh/rlogin/
16 > rexec). Once there you should be good to go =)
17 >
18 >
19 > On May 17, 2006, at 1:35 PM, Jared Greenwald wrote:
20 >
21 > > I'm looking for some help in setting up netkit rsh.
22 > >
23 > > Please no comments about how rsh in unsecure and all that = I know
24 > > that, but I need rsh specifically to hook into a tool that my IT
25 > > department uses for backups.
26 > >
27 > > So, I've got netkit-rsh and xinetd installed.
28 > >
29 > > In the /etc/xinetd.d/rsh file I've changed the following from:
30 > >
31 > > disable yes
32 > >
33 > > to
34 > >
35 > > disable no
36 > >
37 > > Then I restarted xinetd. At this point there is an xinetd process,
38 > > but no rsh (rshd or in.rsh) process running.
39 > >
40 > > A quick look in the log shows that one xinetd service has started:
41 > >
42 > > May 17 13:47:21 neserv-1 xinetd[7141]: xinetd Version 2.3.13 started
43 > > with libwrap loadavg options compiled in.
44 > > May 17 13:47:21 neserv-1 xinetd[7141]: Started working: 1 available
45 > > service
46 > >
47 > > So, the question is - what am I missing?
48 > >
49 > > Any and all assistance would be greatly appreciated.
50 > >
51 > > Thanks,
52 > > Jared
53 > >
54 > > --
55 > > gentoo-cluster@g.o mailing list
56 > >
57 >
58 > --
59 > gentoo-cluster@g.o mailing list
60 >
61 >
62
63 --
64 gentoo-cluster@g.o mailing list

Replies

Subject Author
Re: [gentoo-cluster] netkit-rsh help needed Brady Catherman <bradyc@××××××.edu>