Skip to content

Instantly share code, notes, and snippets.

@hasibomi
Created November 8, 2017 06:09
Show Gist options
  • Save hasibomi/c401fe1f9815d1ed67eeffb2fd64a9d5 to your computer and use it in GitHub Desktop.
Save hasibomi/c401fe1f9815d1ed67eeffb2fd64a9d5 to your computer and use it in GitHub Desktop.
Generate ssh key
#!/bin/sh
echo "Enter your email"
read EMAIL
ssh-keygen -t rsa -b 4096 -C "$EMAIL"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment