From 90c5cb402d837a7edea82fa433ac0513676e4a65 Mon Sep 17 00:00:00 2001 From: nsv2051 <39900381+nsv2051@users.noreply.github.com> Date: Tue, 24 Oct 2023 06:03:19 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=B8=AA=E4=BA=BA=E8=AE=BF?= =?UTF-8?q?=E9=97=AE=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f96bfa..b817a3d 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ curl -s https://ssh.nnn.cx | bash -s -- -o ``` 跳过检查 SSH Server,只需要安装秘钥的话,就需要单独使用 `-o` 参数: ```bash -curl -s https://ssh.lamgc.me | bash -s -- -o +curl -s https://ssh.nnn.cx | bash -s -- -o ``` 添加 `-p yes` 参数可以设置允许 Root 用户使用密码登录 SSH(需使用 Root 用户执行脚本): ```bash