Création d'une nouvelle clé
Code Block | ||||
---|---|---|---|---|
| ||||
ssh-keygen -b 4096 -t rsa |
Références
Comment rendre ses clés ssh plus sûres ?
- http://blog.patshead.com/2013/09/generating-new-more-secure-ssh-keys.html – Bien, avec quelques liens vers d'autres pages. Archive ici : http://archive.today/Hnnry
- http://martin.kleppmann.com/2013/05/24/improving-security-of-ssh-private-keys.html – Comment fonctionne les clés ssh (survol). Archive ici : http://archive.today/JgGI7
- http://www.tedunangst.com/flak/post/new-openssh-key-format-and-bcrypt-pbkdf – Un nouveau format pour les clés ssh générées utilisant bcrypt qui est très lent ce qui rend le cassage d'une clé bien plus long et difficile. Archive ici : http://archive.today/Zj3ip.