From d26ca9de6a97f8101750c3f4bfc882cc1042612c Mon Sep 17 00:00:00 2001 From: starry <115192496+sky22333@users.noreply.github.com> Date: Sat, 29 Nov 2025 22:26:38 +0800 Subject: [PATCH] Update README.md --- dev/README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/dev/README.md b/dev/README.md index 010f97e..720756d 100644 --- a/dev/README.md +++ b/dev/README.md @@ -69,10 +69,11 @@ bash <(curl -sSL https://cdn.jsdelivr.net/gh/sky22333/shell@main/dev/root.sh) > 打开文件查找`PasswordAuthentication no`此代码将其注释,然后重启SSH服务。 #### SSH公钥批量下发脚本 -> -url "公钥链接" -> -pub "公钥内容" -> -port "端口" -> -off 关闭密码认证 +> `-url "公钥链接"` +> `-pub "公钥内容"` +> `-port "端口"` +> `-off` 关闭密码认证 ``` bash <(curl -sSL https://cdn.jsdelivr.net/gh/sky22333/shell@main/dev/ssh-pub.sh) -url "https://example.com/id_ed25519.pub" ``` +