From owner-freebsd-questions@FreeBSD.ORG Wed Feb 2 19:27:53 2005 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 1474416A4CE for ; Wed, 2 Feb 2005 19:27:53 +0000 (GMT) Received: from nas.net (kappa.nas.net [199.243.225.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37A9143D1F for ; Wed, 2 Feb 2005 19:27:52 +0000 (GMT) (envelope-from freebsd.list@nas.net) X-NAS-RecipientsChecked: yes X-NAS-Virus: yes X-ExtScanner: Niversoft's FindAttachments (free) Received: from [216.145.96.36] (HELO LAMBDA) by nas.net (CommuniGate Pro SMTP 4.1.8) with SMTP id 55416188; Wed, 02 Feb 2005 14:22:07 -0500 Message-ID: <125001c5095c$7df13c50$0f01010a@netaccess1.nas.net> From: "Irina" To: "Richard Cotrina" References: <0d6f01c50957$38f2fb20$0f01010a@netaccess1.nas.net> <20050202140934.S77629@kheops.speedy.net.pe> Date: Wed, 2 Feb 2005 14:22:10 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 5.3 and sshd 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: Wed, 02 Feb 2005 19:27:53 -0000 Hello Richard, I have enabled ssh on a command line, then through inetd. Nothing worked. But... There was another answer from Jon to me right before yours. He suggested to upgrade putty. I had 0.51. Upgrading to 0.56 worked. Who would think about putty?... I did not :-) Thank you. Irina ================= ----- Original Message ----- From: "Richard Cotrina" To: "Irina" Cc: Sent: Wednesday, February 02, 2005 2:13 PM Subject: Re: FreeBSD 5.3 and sshd > > sshd is disabled by default in FreeBSD 5.3, enable it by hand: > > # /etc/rc.d/sshd start > > Then, If you want it to be started at boot time, add the following line to > /etc/rc.conf : > > sshd_enable="YES" > > HTH > > On Wed, 2 Feb 2005, Irina wrote: > > > Hello at FreeBSD list. > > > > I have installed FreeBSD 5.3, have not upgraded to STABLE yet. During the installation I created a user account that is in the "wheel" group. After the installation, logged in as that user at console with no problems. But can not login using putty from my computer via ssh. Then enabled telnet in inetd.conf and could telnet just fine. > > > > I also noticed that I CAN ssh as that user from one of other servers (FreeBSD 5.1). > > > > Please help, I am not sure where to look. > > > > Thank you for your help in advance. > > > > Irina >