openpgp-card-ssh-agent 0.3.7

A simple ssh-agent backed by OpenPGP card authentication keys
1
2
3
4
5
6
set CARD [lindex $argv 0]

spawn ssh-add -s "$CARD"
expect "Enter passphrase for PKCS#11:"
send -- "123456\r"
expect eof