File browser and SSH terminal don't work with FIDO2 tokens
已回答
What are JetBrain's plans to handle FIDO2 tokens used as 2nd factor in SSH login process?
I'm trying to use them on Windows 11 computer, together with YubiKey 5 or Yubico Security Key and non-resident / non-discoverable credentials.
What works:
- from Window's cmd - ssh access to the server
- from IntelliJ / PHPStorm - git access to repository; locall installed git is instructed via environment variable GIT_SSH to use ssh.exe from locally installed OpenSSH as a transport mechanism
What does not work:
- accessing via SSH files from within IntelliJ / PHPStorm on remote server,
- IntelliJ / PHPStorm's built-in SSH terminal
I suspect it's because both features use SSHJ or similar java-native implementation of SSH client which does not know how to handle ecdsa-sk keys.
Thanks in advance for information!
请先登录再写评论。
Hello, Pawel Kudzia. Unfortunately, it looks like a known issue reported here in our YouTrack.
We're now actively working on the SSH-related issues, but the upcoming changes are complex, that's why I can't share any ETA for now. Please, feel free to upvote the mentioned issue to be notified when it is solved.
Thank you for understanding.