Re: Debugging rsh
From: David Z Maze (dmaze_at_debian.org)
Date: 01/21/04
- Previous message: Colin Watson: "Re: Release Management and Configuration Support"
- In reply to: ms419_at_freezone.co.uk: "Debugging rsh"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: debian-user@lists.debian.org Date: Wed, 21 Jan 2004 10:55:19 -0500
ms419@freezone.co.uk writes:
> I am trying to rsh to my server. I am using kerberos authentication. I
> believe I have configured everything correctly, but rsh simply
> complains: "hostname: Connection refused".
That message generally implies that nothing at all is listening for an
rsh server, at least on the port the rsh client expects.
> I checked my "inetd.conf".
What did you find? Peeking in /etc/services, it looks like krsh is
probably running on the 'kshell' port (TCP port 544), not the normal
'shell' port (TCP port 514), so you might check that you have an rshd
configured to listen on the right port.
Also, there's the usual checks for Kerberized services: do you have a
TGT? If you do, do you get a service ticket (for krb5,
host/remote.host.name; for krb4, rcmd.remote.host.name)? (I'd guess
"yes" and "no" from the symptom, but it can't hurt to check.) Which
rsh server are you actually using?
I think even around here, the standard for remote shell access is
moving to ssh over Kerberized rsh and friends. You can configure ssh
to do Kerberos authentication, and tunnel arbitrary things (including
X programs) over the ssh connection.
-- David Maze dmaze@debian.org http://people.debian.org/~dmaze/ MIT Athena Frequently Asked Question #578: "Why can't I use RSA authentication to connecto the dialup servers?" -- To UNSUBSCRIBE, email to debian-user-request@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
- Previous message: Colin Watson: "Re: Release Management and Configuration Support"
- In reply to: ms419_at_freezone.co.uk: "Debugging rsh"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|