On my Windows notebook I've generated an RSA key pair and put the public key on the FreeBSD computer in
/home/sergei/.ssh/authorized_keys
In sshd_config uncommented
PubkeyAuthentication yes
Reloaded the service. Still when I connect from the notebook it demands the password for sergei@s15.
In sshd_config uncommented
PasswordAuthentication no
Reloaded the service. And again it requests the password.
Restarted FreeBSD. The same thing.
/home/sergei/.ssh/authorized_keys
In sshd_config uncommented
PubkeyAuthentication yes
Reloaded the service. Still when I connect from the notebook it demands the password for sergei@s15.
In sshd_config uncommented
PasswordAuthentication no
Reloaded the service. And again it requests the password.
Restarted FreeBSD. The same thing.