Expanded pub key

This commit is contained in:
Sun Knudsen 2021-11-11 08:36:21 -05:00
parent 7bdca4e0a1
commit 3de26ccddd
No known key found for this signature in database
GPG Key ID: 1FA767862BBD1305

View File

@ -1184,7 +1184,7 @@ $ ssh-add -L | awk '{print $1 " " $2 " john@example.net"}' | tee ~/.ssh/johndoe
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ62kuKCXcufbvQeXS8h5D6PW233AMBXHzKpXO0EhmJ6 john@example.net
```
ssh-ed25519 AAAAC3Nz john@example.net
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ62kuKCXcufbvQeXS8h5D6PW233AMBXHzKpXO0EhmJ6 john@example.net
👍