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() {