Skip to content

Instantly share code, notes, and snippets.

@melvynkim
Created February 25, 2021 14:07
Show Gist options
  • Select an option

  • Save melvynkim/cf0f9008c3da8f63c2ecbba3b1951f18 to your computer and use it in GitHub Desktop.

Select an option

Save melvynkim/cf0f9008c3da8f63c2ecbba3b1951f18 to your computer and use it in GitHub Desktop.
generate_rsa_key.sh
#!/bin/sh
ssh-keygen -t rsa -b 4096 -C $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment