From owner-freebsd-questions@FreeBSD.ORG Fri Feb 6 19:40:59 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EB3316A4CE for ; Fri, 6 Feb 2004 19:40:59 -0800 (PST) Received: from smtp3.adl2.internode.on.net (smtp3.adl2.internode.on.net [203.16.214.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81A8343D31 for ; Fri, 6 Feb 2004 19:40:57 -0800 (PST) (envelope-from malcolm.kay@internode.on.net) Received: from beta.home (ppp130-138.lns1.adl2.internode.on.net [150.101.130.138])i173eqPv091674; Sat, 7 Feb 2004 14:10:53 +1030 (CST) Content-Type: text/plain; charset="iso-8859-1" From: Malcolm Kay Organization: At home To: darryl@osborne-ind.com, Date: Sat, 7 Feb 2004 14:10:51 +1030 User-Agent: KMail/1.4.3 References: <003201c3eccb$ca1b5150$0701a8c0@darryl> In-Reply-To: <003201c3eccb$ca1b5150$0701a8c0@darryl> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200402071410.51585.malcolm.kay@internode.on.net> Subject: Re: 5.1 & telnet X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2004 03:40:59 -0000 On Sat, 7 Feb 2004 02:40, Darryl Hoar wrote: > Greetings, > I have tried to get putty configured to access my 5.1 release box using > SSH. No joy, and I'm quite tired of trying. > > I tried to enable telnet on my 5.1 box. Uncommented inetd.conf line, a= nd > verified that the services line was in place. I tried to connect to t= he > box > with telnet and got a connection refused. Even rebooted the box with t= he > same result. > > I am accessing this box on my internal network, and my firewall blocks > the telnet port, so I'm not worried about outside access. So, telnet w= ill > get me by for now. > > Any ideas what's wrong ? > You do realise that both ssh and telnet connections targeting 'root' are refused by default? Malcolm=20