补充安装方法.

Signed-off-by: ithink.chan <chenyang@autoai.com>
This commit is contained in:
ithink.chan 2019-12-20 10:50:37 +08:00
parent 812ca8066f
commit e03b89cef8
1 changed files with 7 additions and 0 deletions

View File

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