[Bug 3233] Error loading key ".ssh/id_rsa": error in libcrypto
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Sat Feb 6 00:16:35 AEDT 2021
https://bugzilla.mindrot.org/show_bug.cgi?id=3233
--- Comment #7 from Tomasz Paweł Gajc <tpgxyz at gmail.com> ---
Output of a strace ssh-add -vvv :
newfstatat(AT_FDCWD, "/foo.ssh/id_rsa", {st_mode=S_IFREG|0600,
st_size=3326, ...}, 0) = 0
openat(AT_FDCWD, "/foo/.ssh/id_rsa", O_RDONLY) = 4
newfstatat(4, "", {st_mode=S_IFREG|0600, st_size=3326, ...},
AT_EMPTY_PATH) = 0
getuid() = 0
newfstatat(4, "", {st_mode=S_IFREG|0600, st_size=3326, ...},
AT_EMPTY_PATH) = 0
read(4, "-----BEGIN RSA PRIVATE KEY-----\n"..., 4096) = 3326
read(4, "", 770) = 0
read(4, "", 4096) = 0
close(4) = 0
futex(0x7f29f67cf20c, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f29f67cde50, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f29f67cde58, FUTEX_WAKE_PRIVATE, 2147483647) = 0
write(2, "306: Error loading key \"/foo/.s"..., 63306: Error loading
key "/foo/.ssh/id_rsa": error in libcrypto
) = 63
--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
More information about the openssh-bugs
mailing list