From owner-freebsd-questions@FreeBSD.ORG Wed Feb 2 19:11:08 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 910B916A4CE for ; Wed, 2 Feb 2005 19:11:08 +0000 (GMT) Received: from kheops.speedy.net.pe (kheops.speedy.net.pe [200.48.172.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0A8743D46 for ; Wed, 2 Feb 2005 19:11:07 +0000 (GMT) (envelope-from rcc@speedy.net.pe) Received: from kheops.speedy.net.pe (kheops.speedy.net.pe [200.48.172.40]) by kheops.speedy.net.pe (Postfix) with ESMTP id 914E326446; Wed, 2 Feb 2005 14:13:00 -0500 (PET) Date: Wed, 2 Feb 2005 14:13:00 -0500 (PET) From: Richard Cotrina To: Irina In-Reply-To: <0d6f01c50957$38f2fb20$0f01010a@netaccess1.nas.net> Message-ID: <20050202140934.S77629@kheops.speedy.net.pe> References: <0d6f01c50957$38f2fb20$0f01010a@netaccess1.nas.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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:11:08 -0000 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