Re: SSH: trying the simplest configuration with no success
From: Per Hedeland (per_at_hedeland.org)
Date: 02/23/04
- Next message: Marcin: "ssh over http"
- Previous message: Nico Kadel-Garcia: "Re: request for comments : slush"
- In reply to: Chris Skelsey: "Re: SSH: trying the simplest configuration with no success"
- Next in thread: Chris Skelsey: "Re: SSH: trying the simplest configuration with no success"
- Reply: Chris Skelsey: "Re: SSH: trying the simplest configuration with no success"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 23 Feb 2004 08:36:39 +0000 (UTC)
In article <c1bf7a$t5q$1@perki.connect.com.au> Chris Skelsey
<chris.skelsey@esands.com> writes:
>
>> OK, now I'm very confused. In your first posting, you said you were
>> trying to use RhostsRSA; here, you're trying to use Rhosts (which is an
>> extremely bad idea). What exactly are you, in fact, trying to do?
>
>You're right - I started off trying to get RhostsRSA to work, but I'm
>now trying to get back to basics with the simplest Rhosts setup. Once
>this is working and I've gained some experience with ssh, I'll consider
>alternative configurations.
But using Rhosts is not the "simplest" - it needs things that no other
scheme needs, and as Richard says, it's also a really bad idea. The
"basics" is obviously password authentication which should "just work"
out of the box, from there you might go to RhostsRSA or more usefully
Hostbased which is the version 2 "equivalent" (RhostsRSA is version 1
only).
>The server logs contain:
>
>debug1: Rhosts Authentication disabled, originating port 33006 not trusted.
>
>and yet I've got 'Port 22' in the client config.
Port 22 is obviously not the *originating* port.
> Does this suggest that
>the client is not configured correctly?
Yes, see the ssh_config man page:
UsePrivilegedPort
Specifies whether to use a privileged port for outgoing connec-
tions. The argument must be ``yes'' or ``no''. The default is
``no''. If set to ``yes'' ssh must be setuid root. Note that
this option must be set to ``yes'' if RhostsAuthentication and
RhostsRSAAuthentication authentications are needed with older
servers.
An option that is quite unneeded for Hostbased authentication.
--Per Hedeland
per@hedeland.org
- Next message: Marcin: "ssh over http"
- Previous message: Nico Kadel-Garcia: "Re: request for comments : slush"
- In reply to: Chris Skelsey: "Re: SSH: trying the simplest configuration with no success"
- Next in thread: Chris Skelsey: "Re: SSH: trying the simplest configuration with no success"
- Reply: Chris Skelsey: "Re: SSH: trying the simplest configuration with no success"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|