From: Shane Jaroch Date: Tue, 20 Jan 2026 21:39:55 +0000 (-0500) Subject: Disable PasswordAuthentication in cloud-init config X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=93127f4313962e91ed1854da53e8fd50696c4a23;p=nutratech%2Fvps-root.git Disable PasswordAuthentication in cloud-init config --- diff --git a/etc/ssh/sshd_config.d/50-cloud-init.conf b/etc/ssh/sshd_config.d/50-cloud-init.conf index d85bf46..a6c9b38 100644 --- a/etc/ssh/sshd_config.d/50-cloud-init.conf +++ b/etc/ssh/sshd_config.d/50-cloud-init.conf @@ -1 +1 @@ -PasswordAuthentication yes +#PasswordAuthentication yes