[Newbies] 笔记本装的deepin系统,怎么使用另一台电脑用Xshell连接
Tofloor
poster avatar
judge
deepin
2022-05-13 23:22
Author

笔记本装的deepin系统,怎么使用另一台电脑用Xshell连接;想把笔记本当成一个服务器日常练习

Reply Favorite View the author
All Replies
babyfengfjx
Super Moderator
CQA
2022-05-13 23:24
#1
  • 打开deepin 的 ssh服务:sudo systemctl enable ssh --now
  • 然后这个deepin 就可以当服务器用了,其他电脑可以通过ssh远程链接了。
Reply View the author
157******96
deepin
2022-05-13 23:29
#2

deppin上ssh好像是还要安装的,然后不能息屏。

Reply View the author
Ziggy
deepin
2022-05-14 02:09
#3

可以用ssh

Reply View the author
lycheezou
deepin
2022-05-15 06:20
#4
babyfengfjx
  • 打开deepin 的 ssh服务:sudo systemctl enable ssh --now
  • 然后这个deepin 就可以当服务器用了,其他电脑可以通过ssh远程链接了。

大哥,您这个命令和 sudo systemctl start ssh.services是一个性质的么

Reply View the author
babyfengfjx
Super Moderator
CQA
2022-05-16 16:59
#5
  • 性质是一个性质,本质就是启动ssh服务,系统安装时,ssh服务默认是关闭的,不论你用什么,开启服务即可。
Reply View the author
jasonyin-000
deepin
2022-05-20 06:25
#6
lycheezou

大哥,您这个命令和 sudo systemctl start ssh.services是一个性质的么

enable之后会ssh服务会开机自启动

Reply View the author