Yubico Forum

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

All times are UTC + 1 hour




Post new topic Reply to topic  [ 2 posts ] 
Author Message
PostPosted: Mon Sep 25, 2017 11:28 pm 
Offline

Joined: Mon Sep 25, 2017 11:19 pm
Posts: 2
Hi all,

I recently bought a new Macbook. On my old macbook I had ssh access to my Ubuntu server with no issues. I'd type the ssh command in terminal, it would ask me for my pin and then give access to the server.

I've installed GPGSuite and changed .gnupg/gpg-agent.conf to:

# if on Mac OS X and GPG Suite is installed
# otherwise, look for `pinentry' on your system
pinentry-program /usr/local/MacGPG2/libexec/pinentry-mac.app/Contents/MacOS/pin$
# enables SSH support (ssh-agent)
enable-ssh-support
# writes environment information to ~/.gpg-agent-info
write-env-file
use-standard-socket
# default cache timeout of 600 seconds
default-cache-ttl 600
max-cache-ttl 7200

I've changed .bash_profile to:

if [ -f "${HOME}/.gpg-agent-info" ]; then
. "${HOME}/.gpg-agent-info"
export GPG_AGENT_INFO
export SSH_AUTH_SOCK
fi
export GPG_TTY=$(tty)

Yet when I try and then connect to the server I get Permission denied (publickey).

Any help gratefully recieved!


Top
 Profile  
Reply with quote  

Share On:

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

PostPosted: Wed Oct 04, 2017 10:58 pm 
Offline

Joined: Mon Sep 25, 2017 11:19 pm
Posts: 2
Anyone?


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: No registered users and 0 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