更新个人访问地址

This commit is contained in:
nsv2051 2023-10-24 06:03:19 +00:00
parent b818fcab2a
commit 90c5cb402d

View File

@ -21,7 +21,7 @@ curl -s https://ssh.nnn.cx | bash -s -- -o
``` ```
跳过检查 SSH Server只需要安装秘钥的话就需要单独使用 `-o` 参数: 跳过检查 SSH Server只需要安装秘钥的话就需要单独使用 `-o` 参数:
```bash ```bash
curl -s https://ssh.lamgc.me | bash -s -- -o curl -s https://ssh.nnn.cx | bash -s -- -o
``` ```
添加 `-p yes` 参数可以设置允许 Root 用户使用密码登录 SSH需使用 Root 用户执行脚本): 添加 `-p yes` 参数可以设置允许 Root 用户使用密码登录 SSH需使用 Root 用户执行脚本):
```bash ```bash