我该如何解决这个 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 上运行。