Skip to content

Instantly share code, notes, and snippets.

View unsafe9's full-sized avatar

unsafe9

  • COM2US ROCA
  • Korea
View GitHub Profile
@unsafe9
unsafe9 / generate-ssh-key.sh
Created February 6, 2020 08:30 — forked from grenade/01-generate-ed25519-ssh-key.sh
Correct file permissions for ssh keys and config.
ssh-keygen -t rsa -b 4096 -N '' -C "rthijssen@gmail.com" -f ~/.ssh/id_rsa
ssh-keygen -t rsa -b 4096 -N '' -C "rthijssen@gmail.com" -f ~/.ssh/github_rsa
ssh-keygen -t rsa -b 4096 -N '' -C "rthijssen@gmail.com" -f ~/.ssh/mozilla_rsa