Skip to content

Instantly share code, notes, and snippets.

View suryaj92's full-sized avatar

Surya suryaj92

  • Snowtint Technologies Pvt. Ltd.
  • Bangalore
  • 06:47 (UTC +05:30)
  • LinkedIn in/suryaj92
View GitHub Profile
@suryaj92
suryaj92 / generate-ssh-key.sh
Created December 26, 2019 19:56 — 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