Displaying 1 result from an estimated 1 matches for "curve_id".
Did you mean:
core_id
2019 Dec 07
2
Agent protocol changes related to U2F/FIDO2 keys
...SSH_AGENT_CONSTRAIN_EXTENSION
string sk-provider at openssh.com
string middleware path
Also, this documentation doesn?t define the format of the key data sent to the agent for SK keys with certificates. Similar to plain ECDSA keys with certificates, the key data sent for ECDSA SK keys omits the curve_id and Q value of the ECDSA key that would normally be written out when serializing a local private key. So, the data sent to the agent for an ECDSA SK key with certificate looks like:
string "sk-ecdsa-sha2-nistp256-cert-v01 at openssh.com"
string nonce
string curve name
ec_point Q
s...