A project to explore the use of QR codes to store ssh keys.
./qr-keys.sh ~/.ssh/id_dsa.pub
Depends on libqrencode and
ImageMagick CLI tools.
This tool will take an ssh keypair (e.g. id_dsa and id_dsa.pub) and generate
two QR Codes and an HTML document that embeds them. It will make a naive
attempt to open the html document for easy printing; this currently only works
on OSX.