linux – SSH在接受密钥时关闭连接

前端之家收集整理的这篇文章主要介绍了linux – SSH在接受密钥时关闭连接前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
在服务器的auth.log中:
Failed publickey for agladysh from MYIP port 61313 ssh2

在ssh -vvv中:

debug1: Offering public key: /Users/agladysh/.ssh/id_rsa
debug3: send_pubkey_test
debug2: we sent a publickey packet,wait for reply
debug1: Server accepts key: pkalg ssh-rsa blen 277
debug2: input_userauth_pk_ok: fp FINGERPRINT
debug3: sign_and_send_pubkey
Connection closed by SERVER

我对authorized_keys进行了三重检查.

我还查了一下:

>我的IP的hosts.deny文件
> SSH配置中的AllowUsers
>我在服务器上的默认shell

任何提示如何调试这个?

服务器:Ubuntu Server 11.04,客户端:Ubuntu 10.10(密钥从OS X转发,适用于其他服务器).

解决方法

实际问题是我的用户在`/ etc / shadow中以某种方式丢失了.

我会让这个问题保持开放一段时间,以便人们可以在这里提出更多的故障排除建议.

原文链接:https://www.f2er.com/linux/397371.html

猜你在找的Linux相关文章