Is this a new report?
Yes
System Info
Void 6.18.45_1 x86_64 GenuineIntel uptodate rr
Package(s) Affected
openssh-10.5p1_1
Does a report exist for this bug with the project's home (upstream) and/or another distro?
``
Expected behaviour
try to connect to a SSH-server with a sk-key.
Actual behaviour
get: reap_helper: helper exited with non-zero exit status
done:
sudo strace -f ssh-keygen -t ed25519-sk -f ~/.ssh/test_key 2>&1
gives me a line:
[pid 701] execve("/usr/libexec/ssh-sk-helper", ["/usr/libexec/ssh-sk-helper"], ... = -1 ENOENT (Datei oder Verzeichnis nicht gefunden)
in /usr/libexec/ i only see:
ssh-keysign
sh-pkcs11-helper
sshd-auth
sshd-session
but no ssh-sk-helper.
Steps to reproduce
sudo strace -f ssh-keygen -t ed25519-sk -f ~/.ssh/test_key 2>&1
or ssh -i ~/.ssh/id_ed25519_sk user@server
Is this a new report?
Yes
System Info
Void 6.18.45_1 x86_64 GenuineIntel uptodate rr
Package(s) Affected
openssh-10.5p1_1
Does a report exist for this bug with the project's home (upstream) and/or another distro?
``
Expected behaviour
try to connect to a SSH-server with a sk-key.
Actual behaviour
get: reap_helper: helper exited with non-zero exit statusdone:
sudo strace -f ssh-keygen -t ed25519-sk -f ~/.ssh/test_key 2>&1gives me a line:
[pid 701] execve("/usr/libexec/ssh-sk-helper", ["/usr/libexec/ssh-sk-helper"], ... = -1 ENOENT (Datei oder Verzeichnis nicht gefunden)in /usr/libexec/ i only see:
but no ssh-sk-helper.
Steps to reproduce
sudo strace -f ssh-keygen -t ed25519-sk -f ~/.ssh/test_key 2>&1or ssh -i ~/.ssh/id_ed25519_sk user@server