Learn more about these different git repos.
Other Git URLs
Hi,
I'm using a SSH key made for a Yubikey: ssh-keygen -t ecdsa-sk
ssh-keygen -t ecdsa-sk
It looks like this:
sk-ecdsa-sha2-nistp256@openssh.com AAAA...alphanumeric_characters...NoOg== bob@Cassini
But it is not recognized by Pagure.
How does it work with plain SSH? And which version of SSH is required?
from openssh 7.0 (we have version 7.2 in rhel 7 ) "the support for ssh-dss host and user keys is disabled by default at run-time", you need enabled ssh-dss keys ...
esdsa keys are not ssh-dss
esdsa
ssh-dss
https://security.stackexchange.com/questions/51567/why-are-dsa-keys-referred-to-as-dss-keys-when-used-with-ssh
I'm not sure
https://goteleport.com/blog/comparing-ssh-keys/
Log in to comment on this ticket.