Skip to content

Instantly share code, notes, and snippets.

@thalysonalexr
Created January 21, 2023 16:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thalysonalexr/0e3fc4030f2a0f60a55c8cd0193026d9 to your computer and use it in GitHub Desktop.
Save thalysonalexr/0e3fc4030f2a0f60a55c8cd0193026d9 to your computer and use it in GitHub Desktop.
Generate public and private key RSA with ssh-keygen
#!/bin/sh
# $1 argument for filename
ssh-keygen -t rsa -b -f $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment