mirror of
https://github.com/LamGC/quickly-conf-sshd.git
synced 2025-07-04 14:27:26 +00:00
稍微更新一下 Readme.
This commit is contained in:
12
README.md
12
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
|
||||
```
|
Reference in New Issue
Block a user