Date: Mon, 10 Jan 2005 12:28:28 +0100 From: Olaf Greve <o.greve@axis.nl> To: freebsd-questions@freebsd.org Subject: Re: Problem when SSH-ing to FreeBSD 5.3 using PuTTY? Message-ID: <41E266DC.2040000@axis.nl> In-Reply-To: <171200245.20050107122701@hexren.net> References: <41B857A0.2070906@leg.ensieg.inpg.fr> <41DE7100.9050606@axis.nl> <171200245.20050107122701@hexren.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, Alright, last Friday I promised to let you guys know what the outcome was of the issue where PuTTY wouldn't connect to FreeBSD 5.3. And the winner is...: > Look in /etc/ssh/sshd_conf for the setting "PasswordAuthentication" I > think the default changed from yes to no. > HExren Indeed. By default there's a line: #PasswordAuthentication no Changing that in: PasswordAuthentication yes And then performing a: kill -s HUP <sshdpid> Does the trick! Tnx and cheerz, Olafo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41E266DC.2040000>