dolmen / github-keygen

Easy creation of secure SSH configuration for your GitHub account(s)
GNU General Public License v3.0
246 stars 25 forks source link

Create private keys in the new OpenSSH format (instead of PEM) #41

Closed dolmen closed 6 years ago

dolmen commented 6 years ago

Use -o when calling ssh-keygen because the new format is more secure. See https://latacora.singles/2018/08/03/the-default-openssh.html

dolmen commented 6 years ago

Duplicate of #7