Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
They are also listed here:
- sk-ecdsa-sha2-nistp256@openssh.com
- sk-ecdsa-sha2-nistp256-cert-v01@openssh.com
- sk-ssh-ed25519@openssh.com
- sk-ssh-ed25519-cert-v01@openssh.com
When registering these key types an additional piece of information, the "application" (a string typically starting with 'ssh:') is required as it is used to identify the key handle required for signing requests on the authenticator. Thus one cannot simply paste an sk-ssh-ed25519@openssh.com (from ssh-add -L for example) where a normal ssh-ed25519 key is expected.
As of writing, Google Cloud Source Repositories only supports ssh authentication with normal RSA (>=2048 bits), ECDSA and ED25519 keys. We would like to request support for the sk- variants of the elliptic curve algorithms, as we are already using them for authentication in other places and would like to use them in Google Cloud as well.
Thank you