作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
昨天,我更换了笔记本电脑的硬盘。我用它来配置许多服务器(我通过 ssh 键远程它们)。
我已将 id_dsa 和 id_dsa.pub 从旧硬盘复制到 USB key 。
在我的新硬盘驱动器上安装我的新 Debian 后,我已将它们放到我的用户的/.ssh 并尝试连接到我的服务器,但我有“权限被拒绝(公钥)”。
我在网上搜索过,并尝试了一些解决方案,例如使用“chmod 600”更改权限,但它不起作用。
请问您对我的问题有什么想法吗?
最佳答案
我猜你更新了你的系统以及 openssh 到 7.x 的版本。这个版本obsoleted DSA keys :
- Support for ssh-dss, ssh-dss-cert-* host and user keys is disabled by default at run-time. These may be re-enabled using the instructions at http://www.openssh.com/legacy.html
~/.ssh/config
:
PubkeyAcceptedKeyTypes=+ssh-dss
ssh -o PubkeyAcceptedKeyTypes=+ssh-dss your_server
关于ssh - 如何将旧机器的私钥导入新机器?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34908923/
我是一名优秀的程序员,十分优秀!