Hi there,
I spent all the day asking me why SSH requests the password instead of the key to eventually realize I do not have even the key installed yet on this FreeBSD machine.
I setup on the server
But the setup is totally ignored, anyone who knows the user and the host ip can brute force the SSH password, what I am doing wrong?
Shouldn't the sshd daemon forbid any connection without the key?
Thanks ?
I spent all the day asking me why SSH requests the password instead of the key to eventually realize I do not have even the key installed yet on this FreeBSD machine.
I setup on the server
sshd_config
this way:
Code:
PubkeyAuthentication yes
ChallengeResponseAuthentication yes
PermitRootLogin no
PasswordAuthentication no
But the setup is totally ignored, anyone who knows the user and the host ip can brute force the SSH password, what I am doing wrong?
Shouldn't the sshd daemon forbid any connection without the key?
Thanks ?