区域网使用 deepin 连接 ssh 问题
Tofloor
poster avatar
victordcf
deepin
2017-10-30 05:34
Author
我在 deepin 上已经打开 ssh 服务端了

  1. ● ssh.service - OpenBSD Secure Shell server
  2.    Loaded: loaded (/lib/systemd/system/ssh.service; enabled; vendor preset: enabled)
  3.    Active: active (running) since Sun 2017-10-29 21:14:11 CST; 17min ago
  4. Main PID: 537 (sshd)
  5.     Tasks: 1 (limit: 4915)
  6.    CGroup: /system.slice/ssh.service
  7.            └─537 /usr/sbin/sshd -D
Copy the Code
但是在同一区域网下使用安卓的终端,连接 deepin 报以下错误,有没有遇到过的?

Reply Favorite View the author
All Replies
avatar
jingle
deepin
2017-11-01 19:45
#1
Reply View the author
avatar
woodelf
deepin
2017-11-01 20:24
#2
没记错的话,openssh从7.0版本开始默认禁用密码登录方式,而且老的加密算法也不再支持。
deepin的openssh已经是7.5版本了。
Reply View the author
avatar
DebuggerX
deepin
2017-11-01 20:37
#3
1.优先用另一台电脑测试登录,如果非要用手机的话推荐ConnectBot。
2.不要用root@登录,就用普通用户。
Reply View the author
avatar
yanbowen
deepin
Community Developer
2017-11-01 21:20
#4
deepin 默认没有设置root密码, 也就是说root账户是禁止登录的.
若要使用, 先要给root设置密码, 或者尝试用普通用户连接.
Reply View the author