We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
对于ed25519_sk这样的fido2 ssh密钥,目前程序无法支持
Warning: parse private key [/home/xxx/.ssh/id_ed25519_sk] failed: ssh: unhandled key type
类似于masahide/OmniSSHAgent#37 (comment)
临时解决方案:ssh-add
ssh-add
The text was updated successfully, but these errors were encountered:
好像你给出的这个链接也还没支持?我暂时还不知怎么实现。
Sorry, something went wrong.
我想应该要看看fido2的具体实现情况,目前也就openssh做了这个功能。这个issue主要还是给个简单的解决方案给人查询。
我已经实现了fido2 ssh密钥的功能,但是需要修改go-libfido2库,不知作者是否愿意加入。示例
等我抽出时间了,再研究一下。暂时可以先用 ssh-add 顶着,或者试试 ControlMaster 和 ControlPath,这样 tssh 会调起 openssh 来登录,然后复用 openssh 登录的连接。
ControlMaster
ControlPath
tssh
openssh
No branches or pull requests
对于ed25519_sk这样的fido2 ssh密钥,目前程序无法支持
类似于masahide/OmniSSHAgent#37 (comment)
临时解决方案:
ssh-add
The text was updated successfully, but these errors were encountered: