修改标题.

Signed-off-by: ithink.chan <chenyang@autoai.com>
This commit is contained in:
ithink.chan 2019-12-20 10:54:52 +08:00
parent 136a5f5fad
commit c39d743bc6
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Linux SSH 访问以及开启 SFTP
# Linux SSH 服务的安装和使用
## 安装 SSH Server
@ -7,7 +7,7 @@
apt-get install openssh-server
```
## 开启 SSHD 服务
## 开启 SSH 服务
当目标机上有 SSHD 的情况下,可以开启 SSHD 服务。编写 sshd_config 文件,放置到 /etc/ssh 下,内容如下: