Hello all!
Setting up SSH daemon on FreeBSD and having troubles with rsa-key authentication. It's ignoring keys at all.
The sshd_config contain this lines:
But when trying to access server via SSH it's asking me about password and when enter password allow me to login.
Why so?
Setting up SSH daemon on FreeBSD and having troubles with rsa-key authentication. It's ignoring keys at all.
The sshd_config contain this lines:
Code:
PermitRootLogin no
StrictModes yes
MaxAuthTries 3
PubkeyAuthentication yes
PermitRootLogin no
PasswordAuthentication no
But when trying to access server via SSH it's asking me about password and when enter password allow me to login.
Why so?