Skip to content

Instantly share code, notes, and snippets.

@evaporei
Created September 24, 2023 16:09
Show Gist options
  • Save evaporei/8f47e0cd2195d7bbf746bc04d8f84c48 to your computer and use it in GitHub Desktop.
Save evaporei/8f47e0cd2195d7bbf746bc04d8f84c48 to your computer and use it in GitHub Desktop.
generate cringe key
#!/bin/bash
# pass name via $1
ssh-keygen -t rsa -b 4096 -f ~/.ssh/$1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment