Open haussli opened 1 year ago
Douglas said on today's call that he reviewed the RFC and did not believe that it would not support other key types.
Unfortunately, this isn't obvious at first glance (mainly due to authorized_keys2 file format choices): For ssh2, the key type is embedded in the actual ssh2 key (first four bytes: key type length, followed by the key type in plain ASCII).
There is a claim that the RFC4716 SSH pubkey format only supports RSA keys. Is this true?