mirror of
https://github.com/LamGC/quickly-conf-sshd.git
synced 2025-04-30 06:37:35 +00:00
12 lines
323 B
Markdown
12 lines
323 B
Markdown
# 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
|
|
``` |