From owner-freebsd-newbies@FreeBSD.ORG Tue Mar 1 03:13:49 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 4412B16A4CE for ; Tue, 1 Mar 2005 03:13:49 +0000 (GMT) Received: from trumpet.nightmaestro.com (186.10.233.220.exetel.com.au [220.233.10.186]) by mx1.FreeBSD.org (Postfix) with SMTP id 15B6C43D2D for ; Tue, 1 Mar 2005 03:13:46 +0000 (GMT) (envelope-from freebsd-ml@nightmaestro.com) Received: from violin (greyeye-xp [10.1.1.4])j213DaHB011917; Tue, 1 Mar 2005 14:13:37 +1100 Message-Id: <200503010313.j213DaHB011917@trumpet.nightmaestro.com> From: "James Hong" To: "'Subhash Gopinath'" , "'John'" Date: Tue, 1 Mar 2005 14:13:36 +1100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcUeArVGq7qk3DIGQd2cEmPx2FredwACdIlw X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 In-Reply-To: <81703d8a0502281801284474f8@mail.gmail.com> X-nightmaestro.com-MailScanner: Found to be clean X-nightmaestro.com-MailScanner-SpamCheck: not spam, SpamAssassin (score=-104.85, required 10, AWL -0.05, BAYES_00 -4.90, BIZ_TLD 0.10, USER_IN_WHITELIST -100.00) X-MailScanner-From: freebsd-ml@nightmaestro.com 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: Tue, 01 Mar 2005 03:13:49 -0000 can you ssh from the same server to localhost ? or local ip address if you do netstat on the server, do you see sshd running on 22? -----Original Message----- From: owner-freebsd-newbies@freebsd.org [mailto:owner-freebsd-newbies@freebsd.org] On Behalf Of Subhash Gopinath Sent: Tuesday, March 01, 2005 1:02 PM To: John Cc: freebsd-newbies@freebsd.org Subject: Re: can't ssh to remote FreeBSD machine Hi, Still I am facing the same problem.... I have no idea why thats happenning. After installation, is there any other configuration that needs to be done so that we can ssh to the machine (atleast guest login) ? Thanks, subhash On Mon, 28 Feb 2005 00:01:32 -0500, John wrote: > I had a 5.3 box, could ssh it with puTTY but not Penguinet from the > same remote windows system. > edit /etc/ssh/vi sshd_config > # Change to yes to enable built-in password authentication. > PasswordAuthentication yes > > fixed it. > > Subhash Gopinath wrote: > > Hi, > > > > When I executed ipfw on the FreeBSD machine ... I get this result - > > > > > >>ipfw show > > > > ipfw: getsockopt(IP_FW_GET) : Protocol not available > > > > Is there any other firewall that I need to look at ? > > > > tx, > > Subhash > > > > On Mon, 28 Feb 2005 00:50:23 +0100, Hexren wrote: > > > >>SG> Hi, > >> > >>SG> Results are the same when I try with a non-super-user account (say guest).. > >>SG> Btw, I have set PermitRootLogin=yes in /etc/ssh/sshd_config > >> > >>SG> tx, > >>SG> Subhash > >> > >>SG> On Sun, 27 Feb 2005 15:25:10 -0600, Kevin Kinsey wrote: > >> > >>>>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 > > _______________________________________________ freebsd-newbies@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-newbies To unsubscribe, send any mail to "freebsd-newbies-unsubscribe@freebsd.org"