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

eoi*_*noc 8 ssh gnome-keyring

我该如何解决这个 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
[...]
Run Code Online (Sandbox Code Playgroud)

问题的症状

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

我的临时修复

我发出命令ssh-add,在该会话的其余部分不再要求我输入密码。

在 Linux Mint 上运行。