Yubico Forum

...visit our web-store at store.yubico.com
It is currently Tue Jan 30, 2018 9:08 pm

All times are UTC + 1 hour




Post new topic Reply to topic  [ 2 posts ] 
Author Message
PostPosted: Fri Mar 13, 2015 3:28 am 
Offline

Joined: Fri Mar 13, 2015 3:11 am
Posts: 3
I have a Yubikey NEO.
By following various guides, I eventually got this working on Linux Mint 17.1.
With the second slot in CCID mode, I was able to transfer a gpg private key from my keyring to the yubikey
So
Code:
gpg2 --card-status
shows the details of my card as expected.

However, I can't figure out how to actually use the key stored on the yubikey.
I believe it should be the case that when I do
Code:
gpg -K
gpg should recognise the keyring on the card and display it in a separate section.
Once that is the case, one can use the key to encrypt/decrypt just as normal. Is that correct? If not, what am I missing?


Top
 Profile  
Reply with quote  

Share On:

Share on Facebook FacebookShare on Twitter TwitterShare on Tumblr TumblrShare on Google+ Google+

PostPosted: Fri Mar 13, 2015 3:18 pm 
Offline

Joined: Mon Mar 02, 2015 9:39 pm
Posts: 27
I think you need to have gpg-agent and scdaemon running. I happend to have GPGTools installed, so adjust the following for your installation.

~/.gnupg/gpg-agent.conf:
Code:
pinentry-program /usr/local/MacGPG2/libexec/pinentry-mac.app/Contents/MacOS/pinentry-mac
#pinentry-program /Applications/MacPorts/pinentry-mac.app/Contents/MacOS/pinentry-mac
scdaemon-program /usr/local/MacGPG2/libexec/scdaemon
enable-ssh-support
write-env-file
default-cache-ttl 600
max-cache-ttl 7200


~/.gnupg/scdaemon.conf:
Code:
reader-port "Yubico Yubikey NEO OTP+U2F+CCID 00 00"
reader-port "Yubico Yubikey NEO OTP+U2F+CCID 01 00"
pcsc-driver /System/Library/Frameworks/PCSC.framework/PCSC
disable-ccid
card-timeout 15 #Release the card after 15 seconds


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC + 1 hour


Who is online

Users browsing this forum: Google [Bot] and 7 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group