【 以下文字转载自 LinuxApp 讨论区 】
发信人: atzlinux (atzlinux), 信区: LinuxApp
标 题: 终于在 qterm 下,可以用 ssh key 登录了
发信站: 水木社区 (Mon Nov 27 16:40:55 2023), 站内
原来 qterm 这个软件,只识别 ssh1 版本协议的 key。
水木的 sshd ,是同时支持 ssh1 和 ssh2 版本的,没有问题, 是 qterm 软件本身的问题。
https://github.com/qterm/qterm/issues/38
qterm only support old ssh version 1 ssh1 key.
apt-get install openssh-client-ssh1
then run:
ssh-keygen1
to get ssh1 key.
判断代码在:
https://sources.debian.org/src/qterm/1%3A0.7.4-2/src/ssh/auth.cpp/#L276
哪位可以帮忙去更新修复下吗?支持 ssh2 哈
--
FROM 223.104.82.*