Re: Cannot rsh from linux to aix
From: Rich Olver (keystonegeo_at_comcast.net)
Date: 09/22/04
- Next message: phn_at_icke-reklam.ipsec.nu: "Re: I want to log all processes when they start"
- Previous message: Dave Hinz: "Re: I want to log all processes when they start"
- In reply to: despammed_at_duke.edu: "Re: Cannot rsh from linux to aix"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 22 Sep 2004 14:27:16 -0600
I'd like to thank everyone for all their help.
The problem has been solved.
Kerberos was running on my Linux machine, but not on the AIX machine.
(which is backwards from what I expected when I started going down that
road.)
I've turned off kerberos on my Linux box. (Have no fear, all is
sitting behing a solid firewall.)
The key command to run was
which rsh
(which returned that rsh was running through kerberos)
Rich
despammed@duke.edu wrote:
> In article <aeOdnawEfv_V5c3cRVn-rQ@comcast.com>,
> Rich Olver <keystonegeo@comcast.net> wrote:
>
>> The command just hangs.
>>IE > rsh aixbox date
>>will just sit there, for a long time.
>>
>
>
> rsh without a command uses rlogin, connecting to the rlogind on the
> remote host. rsh with a command uses rsh, connecting to the rshd on the
> remote host. Since rsh without a command works, the remote host must be
> running rlogind. Since rsh with a command does not (apparently timing out
> after 60 seconds?), the remote host probably is not running the rshd
> daemon, or has it configured not to allow your local host to connect.
>
> Either have the admin on the remote host run the rshd daemon, or
> (preferably) use ssh (with the remote host running sshd).
>
- Next message: phn_at_icke-reklam.ipsec.nu: "Re: I want to log all processes when they start"
- Previous message: Dave Hinz: "Re: I want to log all processes when they start"
- In reply to: despammed_at_duke.edu: "Re: Cannot rsh from linux to aix"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|