Skip to content

Instantly share code, notes, and snippets.

View ARACOOOL's full-sized avatar
💭
I may be slow to respond.

Askar ARACOOOL

💭
I may be slow to respond.
  • Businessolver
  • Philadelphia, PA, US
View GitHub Profile
@ARACOOOL
ARACOOOL / generate-ssh-key.sh
Created September 19, 2018 13:19 — 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