From owner-freebsd-newbies@FreeBSD.ORG Sun Feb 27 21:25:13 2005 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E1DC16A4CE for ; Sun, 27 Feb 2005 21:25:13 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEAB643D2D for ; Sun, 27 Feb 2005 21:25:12 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.211); Sun, 27 Feb 2005 15:21:38 -0600 Message-ID: <42223AB6.6020904@daleco.biz> Date: Sun, 27 Feb 2005 15:25:10 -0600 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.3) Gecko/20041210 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Subhash Gopinath References: <81703d8a0502262036cafd125@mail.gmail.com> <20050227100305.7543d6d4@it.buh.tecnik93.com> <81703d8a050227101735a48cc0@mail.gmail.com> In-Reply-To: <81703d8a050227101735a48cc0@mail.gmail.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 27 Feb 2005 21:21:38.0939 (UTC) FILETIME=[530524B0:01C51D12] cc: Ion-Mihai Tetcu cc: freebsd-newbies@freebsd.org Subject: Re: can't ssh to remote FreeBSD machine X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Feb 2005 21:25:13 -0000 Subhash Gopinath wrote: >Hi, > >Here's the debug o/p of ssh ('have replaced the IP address with a dummy one...) > >-bash-2.05b$ ssh -vv root@A.B.C.D > > Read on.... >OpenSSH_3.7.1p2, SSH protocols 1.5/2.0, OpenSSL 0.9.7d 17 Mar 2004 >debug1: Reading configuration data /etc/ssh/ssh_config >debug1: Applying options for * >debug2: ssh_connect: needpriv 0 >debug1: Connecting to A.B.C.D [A.B.C.D] port 22. > >And it stops at this point...But the machine is Up (since I can ping >it) and sshd is running on port 22 > >Thanks, >Subhash > >On Sun, 27 Feb 2005 10:03:05 +0200, Ion-Mihai Tetcu > wrote: > > >>Do a ssh -vvv user@machine and see the output. Note that user root can't >>connect by ssh by default for security reasons. >> >> As Ion-Mihail said in the sentence about this one, you can't ssh root@anybox (by default, it is *not* allowed). Kevin Kinsey