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
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to