Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Feb 2005 14:13:00 -0500 (PET)
From:      Richard Cotrina <rcc@speedy.net.pe>
To:        Irina <freebsd.list@nas.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: FreeBSD 5.3 and sshd
Message-ID:  <20050202140934.S77629@kheops.speedy.net.pe>
In-Reply-To: <0d6f01c50957$38f2fb20$0f01010a@netaccess1.nas.net>
References:  <0d6f01c50957$38f2fb20$0f01010a@netaccess1.nas.net>

next in thread | previous in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050202140934.S77629>