Hi,
This combination with Yubikey FIDO-pin and OpenSSH security-key results in: “Invalid format, Permission denied.”:
”ssh-keygen -t ed25519-sk -O verify-required -C "your_email@example.com " -f ~/.ssh/id_ed25519_sk”
Will there be any support for it in the near future?
Licensed user
yang
(Yang.Y)
June 6, 2026, 1:55am
2
Hi Peterr, would you be able to provide the full connection log with Log Level set to "DEBUG3"?
Yang
Hi Yang, thank you for your response.
Here is the anonimized log for debugging purposes as requested:
debug.log (13.5 KB)
yang
(Yang.Y)
June 8, 2026, 9:35am
4
Thank you for the log. Could you please also run following command in a local terminal, and paste the output?
ssh -N -i /Users/testuser/.ssh/id_ed25519_sk -vvv -D 1080 -o ServerAliveInterval=15 -o ServerAliveCountMax=3 -o ExitOnForwardFailure=yes -p 22 testuser@jump.example.com
Thank you,
Yang
Sure, see attached the new debug2.log.
Is asks for passphrase (ssh-key), a PIN (yubikey) and a Touch of presence (yubikey) and then the tunnel is operational.
Thanks for looking into it.
debug2.log (16.0 KB)
yang
(Yang.Y)
June 8, 2026, 9:56am
6
Please add a new entry in Environment Variables list:
SSH_SK_HELPER /opt/homebrew/Cellar/openssh/10.3p1/libexec/ssh-sk-helper
Then try connection again.
peterr
June 8, 2026, 10:07am
7
That helped a lot, it works now.
Great work, thank you.
yang
(Yang.Y)
June 8, 2026, 10:22am
8
macOS ships a version of ssh-sk-helper with FIDO2 support disabled. This environment variable instructs Core Tunnel to use the Homebrew version instead.