Skip to content

Instantly share code, notes, and snippets.

@dober
Created September 10, 2017 22:16
Show Gist options
  • Save dober/fd038f68260c051606add1b94c112ee5 to your computer and use it in GitHub Desktop.
Save dober/fd038f68260c051606add1b94c112ee5 to your computer and use it in GitHub Desktop.
#!/bin/bash
for i in 1 2 3 4 5 6 ; do ssh-keygen -t rsa -b 2048 -C "$i" -N '' -f $i.key; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment