This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# This script will continually generate random SSH key pairs until it encounters | |
# a public key that ends in a dictionary word. Maybe it helps you keep track of | |
# keys, maybe it's just goofy. | |
# | |
# Examples: | |
# ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAACUKGU7MtlJ0KHHRzDP9xL+5Yn7zH5lmkG4XOxJpeg | |
# ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFF0NVJpm/num+IkOny/n5bVpfLe2Ank31XZ6SjeWIPe | |
# ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKLIZqz/heaJ48QOHfLdeXtJCORmD6iNiLZL1dZPFETa |