请问deepin怎么开启sshd
Tofloor
poster avatar
snsmqing
deepin
2019-01-25 02:52
Author
刚把一台华硕的笔记本升到了15.9,因为同事要带出去,可能需要远程支持,所以安装了vnc server/teamviewer/zerotier,为了保险起见还想开启ssh server。systemctl | grep ssh看了下,根本没有ssh相关内容,sudo apt install openssh提示没有这个package。
deepin文档有限,特此请教。

Reply Favorite View the author
All Replies
avatar
le******ly@163.com
deepin
2019-01-25 03:14
#1
openssh-server
Reply View the author
Comments
snsmqing
2019-01-25 17:02
3Qu~~~
avatar
justforlxz
deepin
2019-01-25 03:45
#2
sudo apt install openssh-server && sudo systemctl enable sshd && sudo systemctl restart sshd
Reply View the author
Comments
snsmqing
2019-01-25 17:03
谢谢!!
avatar
WENWEN
deepin
2019-01-25 04:44
#3
命令行用补全或者apt-cache search xxx 和deepin文档无关
Reply View the author