Skip to content

Instantly share code, notes, and snippets.

View johanneshiry's full-sized avatar
:bowtie:
Currently infrequently active

Johannes Hiry johanneshiry

:bowtie:
Currently infrequently active
View GitHub Profile
@johanneshiry
johanneshiry / generate-ssh-key.sh
Last active November 23, 2020 08:14 — 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