Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 498 Bytes

README.textile

File metadata and controls

15 lines (10 loc) · 498 Bytes

QR Keys

A project to explore the use of QR codes to store ssh keys.

qr-keys.sh

./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.