Skip to content

Instantly share code, notes, and snippets.

@mrfunctionC3
Last active August 3, 2020 10:36
Show Gist options
  • Save mrfunctionC3/047109e093300e5ee0685e85aa027977 to your computer and use it in GitHub Desktop.
Save mrfunctionC3/047109e093300e5ee0685e85aa027977 to your computer and use it in GitHub Desktop.
ssh key generation
#!/bin/bash
ssh-keygen -o -a 100 -t ed25519
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment