稍微更新一下 Readme.

This commit is contained in:
LamGC 2023-01-28 21:42:48 +08:00
parent a916923eea
commit dbd05b2ca8
Signed by: LamGC
GPG Key ID: 6C5AE2A913941E1D

View File

@ -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
```