|
#
|
Any line starting with the “#” character is a comment that is ignored.
|
# BGW1 root authorized_key file
|
|
Key Type
|
A known string describing the type of key.
|
ssh-rsa
ecdsa-sha2-nistp256
ecdsa-sha2-nistp384
ecdsa-sha2-nistp521
|
|
Key Text String
|
The public key in BASE64 format.
|
AAAAE2VjZHNh …. AzRQM=
|
|
Key Comments
|
User defined comments about the key.
|
BGW1-root-key
|
|
Example
# BGW1 root authorized_key file
ecdsa-sha2-nistp256 AAAAE2VjZHNh …. AzRQM= BGW1-root-key
|