Yubico Forum

...visit our web-store at store.yubico.com
It is currently Tue Jan 30, 2018 11:25 am

All times are UTC + 1 hour




Post new topic Reply to topic  [ 3 posts ] 
Author Message
PostPosted: Sun Nov 20, 2016 5:50 pm 
Offline

Joined: Sun Nov 20, 2016 5:40 pm
Posts: 2
Hello everyone,

I have a new YubiKey 4 and I'm on macOS Sierra. I installed gpgtools (https://gpgtools.org/) to configure gpg keys on my yubikey - seems to work great.
I wanted to configure my SSH to authenticate with my keys on the yubikey - this basically works out of the box now with gpg tools, the only thing I had to set up was ~/.gnupg/gpg-agent.conf:
Code:
pinentry-program /usr/local/MacGPG2/libexec/pinentry-mac.app/Contents/MacOS/pinentry-mac
enable-ssh-support
write-env-file
use-standard-socket


and my .bash_profile
Code:
source "$HOME/.gpg-agent-info"
export GPG_AGENT_INFO
export SSH_AUTH_SOCK
export SSH_AGENT_PID


Now ssh-add -L shows a key exposed from my yubi, and if I understand correctly this should be my authentication key?
If I run gpgkey2ssh with the id of the last key shown by gpg --card-status (should be auth key), it generates a different output than what's shown by ssh-add.
If I run gpgkey2ssh with the ID of my encryption key (second key shown by gpg --card-status) - it matches the key exposed to ssh-add.

So, basically I login via SSH with my encryption key instead of my authentication key. What did I do wrong?

I wanted to check out the walkthrough linked here: https://developers.yubico.com/PGP/SSH_authentication/ but antivirus software freaks out when I try to open the link for OS X.


Top
 Profile  
Reply with quote  

Share On:

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

PostPosted: Sun Nov 20, 2016 6:21 pm 
Offline
Yubico Team
Yubico Team

Joined: Thu Oct 16, 2014 3:44 pm
Posts: 349
The link you're referring to on the SSH page is just a third party website:

http://florin.myip.org/blog/easy-multif ... neo-tokens

(if you don't like links, try searching "Easy multifactor authentication for SSH using YubiKey NEO tokens")


Top
 Profile  
Reply with quote  
PostPosted: Sun Nov 20, 2016 7:51 pm 
Offline

Joined: Sun Nov 20, 2016 5:40 pm
Posts: 2
Hi,

Thanks for the response. I don't mind links, it's just this specific page seems to be reported as containing malware.

I'm simply trying to use my gpg keys from my yubi as rsa keys for ssh. And it works, except for some reason gpg-agent uses my encryption key and not my authentication key from my yubi for this. Is there any obvious reason why this would happen?

Thanks.


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

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 2 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