Skip to content

Instantly share code, notes, and snippets.

@Archie22is
Created September 13, 2022 13:54
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 Archie22is/381294bbeccc58c4c3e821145ccd600a to your computer and use it in GitHub Desktop.
Save Archie22is/381294bbeccc58c4c3e821145ccd600a to your computer and use it in GitHub Desktop.
Generating a custom SSH key and copying it to your Downloads folder
# Generating a custom SSH Key
ssh-keygen -t rsa -f ~/.ssh/id_rsa_custom_shit
# Copying the custom shit SSH key to your Download directory
cp id_rsa_liquid.pub /Users/user/Downloads/id_rsa_custom_shit.pub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment