Skip to content

Instantly share code, notes, and snippets.

@leonlaser
Last active March 11, 2020 12:09
Show Gist options
  • Save leonlaser/3e87fa8545e73b7561f0b64345a2e6d8 to your computer and use it in GitHub Desktop.
Save leonlaser/3e87fa8545e73b7561f0b64345a2e6d8 to your computer and use it in GitHub Desktop.
[Generate new SSH public/private key pair] #bash #ssh #key
#!/bin/bash
ssh-keygen -t ed25519 -o -a 100 -C "$identifier" -f ./id_rsa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment