I was adding one of my public keys to the authorized_keys on one of my servers when I realized that at the end of my public SSH key there is my email:
$ cat .ssh/id_rsa.pub
ssh-rsa AAAA[...lots of characters...]bpL johndoe@gmail.com
- Why is my email address at the end of the key?
- Does it have any specific purpose?
Can I write anything I want in my
authorized_keysfile? Like for instance:ssh-rsa AAAA[...lots of characters...]bpL John Doe (Home PC)