This commit is contained in:
Luk Lu
2023-03-08 09:22:22 +08:00
parent 840b9e9da8
commit 988d31dd22
6 changed files with 9 additions and 9 deletions

View File

@@ -92,7 +92,7 @@ then
echo
if [ "$TheUser" != 'root' ] && [[ "$(uname)" != "Darwin" ]] # 仅允许 non-root 用户进行远程密钥登录
if [ "$TheUser" != 'root' ] && [ "$(uname)" != "Darwin" ] # 仅允许 non-root 用户进行远程密钥登录
then
mkdir -p $HomePath/.ssh