Re: Cant login using ssh; no password prompt
From: Dan O'Connor (dan_at_ferrarishields.com)
Date: 11/18/05
- Previous message: Robert Ftizpatrick: "Re: Override prompt when deleting a file"
- In reply to: Mauricio Brunstein: "Cant login using ssh; no password prompt"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: "Mauricio Brunstein" <mbrunstein@gmail.com>, <freebsd-questions@freebsd.org> Date: Fri, 18 Nov 2005 09:36:02 -0800
> 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
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
- Previous message: Robert Ftizpatrick: "Re: Override prompt when deleting a file"
- In reply to: Mauricio Brunstein: "Cant login using ssh; no password prompt"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|