[problem help] Deepin开始ssh端口转发服务
Tofloor
poster avatar
我樂苦多
deepin
2024-11-07 13:08
Author

请问如何开启openssh服务?apt search openssh-server找不到软件包,ssh也无法登陆进来

Reply Favorite View the author
All Replies
neko
deepin
Ecological co-builder
2024-11-07 15:00
#1

先执行sudo apt update更新源再安装

Reply View the author
我樂苦多
deepin
2024-11-07 17:56
#2
neko

先执行sudo apt update更新源再安装

不知道为啥,安装的8月稳定镜像,update了也无效

Reply View the author
neko
deepin
Ecological co-builder
2024-11-07 18:02
#3
我樂苦多

不知道为啥,安装的8月稳定镜像,update了也无效

sudo apt install deepin-unstable-source

安装内测源再试试

Reply View the author
我樂苦多
deepin
2024-11-07 18:02
#4
neko

sudo apt install deepin-unstable-source

安装内测源再试试

之前虚拟机安装的beta版倒是没问题哈

Reply View the author
neko
deepin
Ecological co-builder
2024-11-07 18:04
#5
我樂苦多

之前虚拟机安装的beta版倒是没问题哈

openssh-server包目前只在内测源有

Reply View the author
W2J
deepin
2024-11-07 21:44
#6

终端apt安装ssh或openssh即可,ssl,sshd会自动关联安装。

初次使用时,也会自动下载记录对端公钥。

应该是不需要加入内测。

需要注意的是,ssh登录会话需要(对端)用户名和密码‘双匹配’。

Reply View the author