Skip to content

Instantly share code, notes, and snippets.

View galdinocamargo's full-sized avatar
🙂
Hey

Rodrigo Camargo galdinocamargo

🙂
Hey
View GitHub Profile
@galdinocamargo
galdinocamargo / generate-ssh-key.sh
Created March 20, 2021 12:08 — 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 "[email protected]" -f ~/.ssh/id_rsa
ssh-keygen -t rsa -b 4096 -N '' -C "[email protected]" -f ~/.ssh/github_rsa
ssh-keygen -t rsa -b 4096 -N '' -C "[email protected]" -f ~/.ssh/mozilla_rsa