Skip to content

Instantly share code, notes, and snippets.

View andrewstec's full-sized avatar
🏠
Working from home

Andrew Stec andrewstec

🏠
Working from home
View GitHub Profile
@andrewstec
andrewstec / generate-ssh-key.sh
Created February 25, 2020 21:25 — 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