fix: rename Daniel to daniel (invalid username blocks testbed key sync) #196
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/daniel-lowercase"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
用户名 Daniel 以大写字母开头,不满足集群用户名规范(^[a-z][-a-z0-9_]*$)。testbed_cron.sh 的 touch_user() 遇到非法用户名会直接 exit,导致:
本 MR 将 authorized_keys/Daniel/ 重命名为 authorized_keys/daniel/,公钥内容不变。合并后等待 cron 同步(最多5分钟)即可正常登录。
修改用户文件夹规范