-
How do you generate this key? I tried
ssh-keygen -t ed25519-skon Mac and it failed withunknown key type ed25519-sk. -
Hey, the SK is for a security key, in my case im using a yubikey so I followed their wiki (this key works fine in github) Here the wiki page: https://developers.yubico.com/SSH/Securing_SSH_with_FIDO2.html
To note openssh 8.2 or higher is required for ed25519-sk to work, so if onedev does not support that standard it wont works
-
Name Previous Value Current Value Type
Bug
Improvement
-
Previous Value Current Value [email protected] Not working
[email protected] support
-
I think this is still an Issue, I am unable to push code to onedev using a sk-ssh-ed25519 key. But in the U.I where I can add a ssh key the sk-ssh-ed25519 type is said accepted. Does someone have looked into this issue ?
-
Seems that this need some form of usb dongle for testing? It will be greatly appreciated if someone with that device can help adding the suppport. Relevant code is https://code.onedev.io/onedev/server/~files/main/server-core/src/main/java/io/onedev/server/ssh/DefaultSshManager.java?position=source-40.14-40.31-1
| Type |
Improvement
|
| Priority |
Normal
|
| Assignee |
I have tested the same setup with RSA key works fine and [email protected] doesnt, resulting in a Permission denied (publickey) for [email protected] keys. Where my public key is properly added to the account. Using newest server version. Before updating the issue still persisted (version 7.7.11)