From e03b89cef85fa8a38fa9858568ae8819947ff7b5 Mon Sep 17 00:00:00 2001 From: "ithink.chan" Date: Fri, 20 Dec 2019 10:50:37 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E5=AE=89=E8=A3=85=E6=96=B9?= =?UTF-8?q?=E6=B3=95.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ithink.chan --- Software/Applications/SSH/Linux_SSH_访问以及开启_SFTP.md | 7 +++++++ 1 file changed, 7 insertions(+) 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 下,内容如下: