From dbd05b2ca85d3684ac785c481ebac837b0aada3c Mon Sep 17 00:00:00 2001 From: LamGC Date: Sat, 28 Jan 2023 21:42:48 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A8=8D=E5=BE=AE=E6=9B=B4=E6=96=B0=E4=B8=80?= =?UTF-8?q?=E4=B8=8B=20Readme.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 20c8b99..7ad5e2b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ -# install-ssh +# Quickly Configuring SSH Server Quickly install SSH into the server. + +## Usage +执行命令: +```bash +curl -s https://lamgc.github.io/quickly-conf-sshd/conf-sshd.sh | bash -s -- -c +``` +如果不希望自动更新密钥,可以执行: +```bash +curl -s https://lamgc.github.io/quickly-conf-sshd/conf-sshd.sh | bash -s +``` \ No newline at end of file