When creating a ssh key I really recommend that you set a good comment. For example using puttygen enter a "Key comment":
This should be included in the key:
- The identity of you (for example your e-mail)
- The computer you used to create it on (for example your Windows computer name)
- The date you created the key
This way it will be so much easier when someone should clean up the keys from
.ssh/authorized_keys
. The identity is good if there are many users for the same ssh account (common in some corporations). The computer name and date is useful when you know that you have lost the key (for example because of hard drive crash), of when a security exploit has been published and the key is considered unsafe.
No comments:
Post a Comment