From dd5df4da89d1375ba4a49a5a571b1e756ed4b889 Mon Sep 17 00:00:00 2001 From: MkQtS <81752398+MkQtS@users.noreply.github.com> Date: Thu, 24 Apr 2025 20:41:28 +0800 Subject: [PATCH] trans.sh: fix typo (#323) --- trans.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trans.sh b/trans.sh index a9e7023..421f8a4 100644 --- a/trans.sh +++ b/trans.sh @@ -3693,7 +3693,7 @@ change_ssh_conf() { allow_password_login() { os_dir=$1 - change_ssh_conf "$os_dir" PasswordAuthentication yes 01-PasswordAuthenticaton.conf + change_ssh_conf "$os_dir" PasswordAuthentication yes 01-PasswordAuthentication.conf } allow_root_password_login() {