Re: Cannot rsh from linux to aix
despammed_at_duke.edu
Date: 09/22/04
- Next message: Doug Freyburger: "Re: How to determine available system calls on a Unix/Linux system"
- Previous message: joe durusau: "Re: Associating Unix User Accounts with Servers"
- In reply to: Rich Olver: "Cannot rsh from linux to aix"
- Next in thread: Rich Olver: "Re: Cannot rsh from linux to aix"
- Reply: Rich Olver: "Re: Cannot rsh from linux to aix"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 22 Sep 2004 16:51:46 +0000 (UTC)
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).
-- Steve
- Next message: Doug Freyburger: "Re: How to determine available system calls on a Unix/Linux system"
- Previous message: joe durusau: "Re: Associating Unix User Accounts with Servers"
- In reply to: Rich Olver: "Cannot rsh from linux to aix"
- Next in thread: Rich Olver: "Re: Cannot rsh from linux to aix"
- Reply: Rich Olver: "Re: Cannot rsh from linux to aix"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|