Skip to content

Commit

Permalink
Update based on comment from melzhan.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Morrow authored and morrowc committed Nov 27, 2024
1 parent c218855 commit 26f68c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions credentialz/credentialz.proto
Original file line number Diff line number Diff line change
Expand Up @@ -433,11 +433,11 @@ enum KeyType {
KEY_TYPE_ECDSA_P_384 = 7;
}

// AuthorizedKey is an ssh key/idenity. The basic openssh format follows:
// ecdsa-sha2-nistp521 AAAkeystuffhere [email protected]
// key_type authorized_key description
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 26f68c4

Please sign in to comment.