关于“不正确的 RSA1 标识符”和“未指定的 GSS 故障”的 SSH 错误是什么?

关于“不正确的 RSA1 标识符”和“未指定的 GSS 故障”的 SSH 错误是什么?

如何解决这个 SSH 问题?

SSH 调试错误

发出输出时ssh -vvv user@host包含以下调试消息:

[...]
debug3: Incorrect RSA1 identifier
debug3: Could not load "/home/user/.ssh/id_rsa" as a RSA1 public key
[...]
debug1: Unspecified GSS failure.  Minor code may provide more information
Credentials cache file '/tmp/krb5cc_1000' not found
[...]

问题的症状

我的 SSH 密钥环在系统登录时不会自动解锁。每次都会要求我输入密码。

我的临时修复

我发出命令,ssh-add在该会话的剩余时间内不再要求我提供密码。

在 Linux Mint 上运行。

相关内容