fix(blog): 更新注释内容,修正密码登录相关说明

This commit is contained in:
joyzhao
2026-01-09 16:43:55 +08:00
parent c97d31afe4
commit bdf9fad89f

View File

@@ -30,8 +30,8 @@ sudo adduser deploy_user
# Critical: disable password login, SSH keys only
# Even if someone guesses the password, they can't get in
# -l locks the password account (禁用密码登录)
# -u unlocks the password account (如需恢复密码登录)
# -l locks the password account (disabled password login)
# -u unlocks the password account (if you need enabled password login)
sudo passwd -l deploy_user
```