- usually, you just need to set
PasswordAuthentication yes
at/etc/ssh/sshd_config
and restart service (systemctl restart sshd
) - however, Ubuntu have a
Include /etc/ssh/sshd_config.d/*.conf
at the beginning of said config and, because sshd applies the first config it finds, you must change thePasswordAuthentication
directives in the files inside/etc/ssh/sshd_config.d/*.conf
Last active
October 3, 2023 23:27
-
-
Save gusalbukrk/94cbfd203b24dc028098a33f9f347878 to your computer and use it in GitHub Desktop.
#digitalocean #digital #ocean
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment