Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嗨,我想问我应该如何匹配服务器指纹。我使用 dropbear 在开始之前输入硬盘密码,而不是使用 open-ssh。问题是,当我 ssh 输入 HDD 密码时,我收到 ECDSA 已更改的警告,因此我需要从已知主机中删除它,然后我可以输入密码,但是当我连接时需要重复相同的过程而不是使用 open -ssh。在这两种情况下,我都需要“复制”服务器的身份。
我必须将私钥从 /etc/ssh 转换为 dropbear 格式,并将它们以正确的命名方式放置到 /etc/dropbear-initramfs。