disable ssh password login FreeBSD
edit sshd config file
# ee /etc/ssh/sshd_config
change those key
PasswordAuthentication no
KbdInteractiveAuthentication no
UsePAM yes
restart sshd
# service sshd restart
Read other posts
edit sshd config file
# ee /etc/ssh/sshd_config
change those key
PasswordAuthentication no
KbdInteractiveAuthentication no
UsePAM yes
restart sshd
# service sshd restart