Cant login using ssh; no password prompt

Dan O'Connor dan at ferrarishields.com
Fri Nov 18 17:36:12 GMT 2005


> I've installed a new box with FreeBSD 6.0 (workbench) and cant login
> to it by means of ssh from the internal or external network. 


Try editing /etc/ssh/sshd_config and uncomment the lines: 

PubkeyAuthentication yes
PasswordAuthentication yes
PermitEmptyPasswords no
ChallengeResponseAuthentication yes
UsePAM yes

This will reactivate the automatic login stuff...

~Dan



More information about the freebsd-questions mailing list