Deepin系统可以被远程登录吗?
Tofloor
poster avatar
mal1029
deepin
2020-08-23 10:43
Author
请问在没有第三方软件的应用下,能否被远程登录?
Reply Favorite View the author
All Replies
avatar
sagiri
deepin
2020-08-23 10:54
#1
cli: ssh
gui: vnc  xrdp
Reply View the author
avatar
mal1029
deepin
2020-08-23 11:24
#2
https://bbs.deepin.org/post/200198
cli: ssh
gui: vnc  xrdp

那是否简单密码账号的系统会被破解登录?
Reply View the author
avatar
songyiyong
deepin
2020-08-23 14:48
#3
向日葵不就可以
Reply View the author
avatar
neko
deepin
Ecological co-builder
Q&A Team
2020-08-23 21:47
#4
https://bbs.deepin.org/post/200198
那是否简单密码账号的系统会被破解登录?

简单密码不管是什么系统都会被破解登录(动态密码除外).任何系统最大的漏洞就是人本身。比如可以通过暴力手段强制让人登录
Reply View the author
avatar
mal1029
deepin
2020-08-23 22:19
#5
https://bbs.deepin.org/post/200198
cli: ssh
gui: vnc  xrdp

请问:

怎么防止被root登录?

对方不知道用户名,他可以搜索到吗?
Reply View the author
avatar
魔笛
deepin
2020-08-23 22:36
#6
mal1029 发表于 2020-8-23 14:19
请问:

怎么防止被root登录?

对方不知道你的设备绑定的IP,也是没法登录的
Reply View the author
Comments
mal1029
2020-08-24 00:58
假设搜到了呢?
avatar
enforcee
deepin
2020-08-23 22:36
#7
如果没有安装或者启用ssh服务器的话不会被远程登录
apt search openssh-server
查看有没有被安装
systemctl status sshd
查看是否运行
Reply View the author
Comments
mal1029
2020-08-24 01:12
谢谢。查了。有在运行的。请问怎么加强安全措施?
mal1029
2020-08-24 00:56
谢谢。查了,运行了。
avatar
走钢丝
deepin
2020-08-23 22:43
#8
https://bbs.deepin.org/post/200198
请问:

怎么防止被root登录?

ssh 是可以禁止 root 登录的。


Reply View the author
Comments
mal1029
2020-08-24 00:57
谢谢,哪个配置文件请问。
avatar
走钢丝
deepin
2020-08-24 00:59
#9
/etc/ssh/sshd_config
Reply View the author
Comments
mal1029
2020-08-24 01:10
谢谢。
avatar
enforcee
deepin
2020-08-24 02:26
#10
sudo systemctl stop sshd
停止服务
sudo systemctl disable sshd
阻止开机启动

如果有程序要用到ssh的话还是不要动他好了
只有当你明白做这件事情的后果才使用root权限
Reply View the author
Comments
mal1029
2020-08-24 04:34
谢谢
avatar
mcaoser
deepin
2020-08-24 02:59
#11
密码非常重要,root密码更重要。机器的物理安全最最重要
Reply View the author
Comments
mal1029
2020-08-24 04:39
谢谢