mirror of
https://github.com/bin456789/reinstall.git
synced 2026-02-04 17:14:17 +08:00
trans.sh: fix typo (#323)
This commit is contained in:
2
trans.sh
2
trans.sh
@ -3693,7 +3693,7 @@ change_ssh_conf() {
|
|||||||
|
|
||||||
allow_password_login() {
|
allow_password_login() {
|
||||||
os_dir=$1
|
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() {
|
allow_root_password_login() {
|
||||||
|
|||||||
Reference in New Issue
Block a user