From 2a3116be6dfdfee8dd30c5236fc6f50fd7c901a0 Mon Sep 17 00:00:00 2001 From: capntack Date: Sun, 21 Jul 2024 15:39:28 -0500 Subject: [PATCH] Added line for SSH password auth --- 00-user.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/00-user.conf b/00-user.conf index 6fde3ec..a857b2e 100644 --- a/00-user.conf +++ b/00-user.conf @@ -1,5 +1,6 @@ PermitRootLogin no PermitEmptyPasswords no AllowTcpForwarding yes -# After changing the below run sudo service ssh restart -#PubkeyAuthentication yes \ No newline at end of file +# After changing any of the below run sudo service ssh restart +#PubkeyAuthentication yes +#PasswordAuthentication yes \ No newline at end of file