diff --git a/Software/Applications/SSH/Linux_SSH_访问以及开启_SFTP.md b/Software/Applications/SSH/Linux_SSH_访问以及开启_SFTP.md index b7ce25a..8f52b83 100644 --- a/Software/Applications/SSH/Linux_SSH_访问以及开启_SFTP.md +++ b/Software/Applications/SSH/Linux_SSH_访问以及开启_SFTP.md @@ -1,5 +1,12 @@ # Linux SSH 访问以及开启 SFTP +## 安装 SSH Server + +```sh +# Ubuntu +apt-get install openssh-server +``` + ## 开启 SSHD 服务 当目标机上有 SSHD 的情况下,可以开启 SSHD 服务。编写 sshd_config 文件,放置到 /etc/ssh 下,内容如下: