英文:
Git clone with SK-ED25519 Key
问题
I try to connect to an Git(lab) Server via Git CLI Tool.
Previous i created a sk-ed25519 Key with help of a Yubikey Security Token.
This Key is useable with SSH Services in general.
Only git fails with this Error:
Did i miss something?
C:\Users\testuser\test>git clone git@gitlab.domain.local:usernamegitlab/testproject.git
Cloning into 'testproject'...
Confirm user presence for key ED25519-SK SHA256:4oyWx+4CK...................1pcwBw
sign_and_send_pubkey: signing failed for ED25519-SK "d:/path/privatekey": invalid format
edit1:
In my WSL Setup everything is working like expected.
git version 2.25.1
On windows git version 2.34.1.windows.1
英文:
I try to connect to an Git(lab) Server via Git CLI Tool.
Previous i created a sk-ed25519 Key with help of a Yubikey Security Token.
This Key is useable with SSH Services in general.
Only git fails with this Error:
Did i miss something?
C:\Users\testuser\test>git clone git@gitlab.domain.local:usernamegitlab/testproject.git
Cloning into 'testproject'...
Confirm user presence for key ED25519-SK SHA256:4oyWx+4CK...................1pcwBw
sign_and_send_pubkey: signing failed for ED25519-SK "d:/path/privatekey": invalid format
edit1:\
In my WSL Setup everything is working like expected.
git version 2.25.1
On windows git version 2.34.1.windows.1
答案1
得分: 1
在版本2.40中似乎已经修复。
英文:
Seems to be fixed in Version 2.40.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论