Using WebAuthN tokens for SSH login currently fails with an error (e.g. after pulling):
ssh_msg_recv: read header: Connection reset by peer: client_converse: receive: unexpected internal error- reap_helper: helper exited with non-zero exit status. sign_and_send_pubkey: signing failed for ED25519-SK ...
Unfortunately I wasn't able to find the logs of gitte, journald doesn't report anything.
System:
Fedora 44 Cosmic (Wayland)
Linux 7.0.12-201.fc44.x86_64
Gitte 0.6.1 (Flatpak de.wwwtech.gitte)
SSH-config:
Host *
IdentityFile ~/.ssh/token
IdentityAgent=none
SetEnv TERM=xterm-256color
My token is a Yubikey 5.
Anecdotal evidence: Other flatpak tool (zed) was able to access the key.
Using WebAuthN tokens for SSH login currently fails with an error (e.g. after pulling):
```
ssh_msg_recv: read header: Connection reset by peer: client_converse: receive: unexpected internal error- reap_helper: helper exited with non-zero exit status. sign_and_send_pubkey: signing failed for ED25519-SK ...
```
Unfortunately I wasn't able to find the logs of gitte, journald doesn't report anything.
System:
Fedora 44 Cosmic (Wayland)
Linux 7.0.12-201.fc44.x86_64
Gitte 0.6.1 (Flatpak de.wwwtech.gitte)
SSH-config:
```
Host *
IdentityFile ~/.ssh/token
IdentityAgent=none
SetEnv TERM=xterm-256color
```
My token is a Yubikey 5.
Anecdotal evidence: Other flatpak tool (zed) was able to access the key.