SSH服务器搭建#
1. 安装SSH#
sudo apt-get install openssh-server
2. 查看SSH是否启动#
sudo ps -e |grep ssh
命令后若出现sshd则表明SSH服务已启动,否则需启动SSH服务
sudo service ssh start
From here you can search these documents. Enter your search terms below.
| Keys | Action |
|---|---|
| ? | Open this help |
| n | Next page |
| p | Previous page |
| s | Search |