Skip to content

Commit

Permalink
Issue210: Update / Improve comment for 'AccountCredentials'.
Browse files Browse the repository at this point in the history
Update the docuemntation for AccountCredential to make it clear
what the parts of the proto message mean, with respect to a normal
openssh format ssh public key.
  • Loading branch information
Chris Morrow authored and morrowc committed Nov 27, 2024
1 parent 559f777 commit c218855
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions credentialz/credentialz.proto
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,9 @@ enum KeyType {

message AccountCredentials {
message AuthorizedKey {
// AuthorizedKey is an ssh key/idenity. The basic openssh format follows:
// ecdsa-sha2-nistp521 AAAkeystuffhere [email protected]
// key_type authorized_key description
bytes authorized_key = 1;
// Options specified for this authorized key.
repeated Option options = 2;
Expand Down

0 comments on commit c218855

Please sign in to comment.