Skip to content

Instantly share code, notes, and snippets.

@phongvh
Forked from paranoiq/key.regexp.txt
Created August 20, 2019 10:42
Show Gist options
  • Save phongvh/19ce6106611b5805161f8ae6f888d25a to your computer and use it in GitHub Desktop.
Save phongvh/19ce6106611b5805161f8ae6f888d25a to your computer and use it in GitHub Desktop.
public RSA key validation regexp
#ssh-rsa AAAA[0-9A-Za-z+/]+[=]{0,3} ([^@]+@[^@]+)#
// http://generator.my-addr.com/generate_ssh_public_rsa_key-private_rsa_key-ssh_pair_online_tool.php
// https://help.ubuntu.com/community/SSH/OpenSSH/Keys
// http://www.ietf.org/rfc/rfc4716.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment