<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
<link rel="self" type="application/atom+xml" href="https://forum.yubico.com/feed.php?f=26&amp;t=1344" />

<title>Yubico Forum</title>
<subtitle>...visit our web-store at</subtitle>
<link href="https://forum.yubico.com/index.php" />
<updated>2016-02-05T13:37:03+01:00</updated>

<author><name><![CDATA[Yubico Forum]]></name></author>
<id>https://forum.yubico.com/feed.php?f=26&amp;t=1344</id>
<entry>
<author><name><![CDATA[tagoh]]></name></author>
<updated>2016-02-05T13:37:03+01:00</updated>
<published>2016-02-05T13:37:03+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=1344&amp;p=8269#p8269</id>
<link href="https://forum.yubico.com/viewtopic.php?t=1344&amp;p=8269#p8269"/>
<title type="html"><![CDATA[Re: [HOW TO]Import your existing GPG key into a Neo from scr]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=1344&amp;p=8269#p8269"><![CDATA[
Is there any way to restore keys into Neo on this way?<br />Apparently bkuptocard doesn't work with backups created the above steps though.<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=4180">tagoh</a> — Fri Feb 05, 2016 1:37 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[jcross]]></name></author>
<updated>2015-10-18T16:49:09+01:00</updated>
<published>2015-10-18T16:49:09+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=1344&amp;p=7897#p7897</id>
<link href="https://forum.yubico.com/viewtopic.php?t=1344&amp;p=7897#p7897"/>
<title type="html"><![CDATA[Re: [HOW TO]Import your existing GPG key into a Neo from scr]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=1344&amp;p=7897#p7897"><![CDATA[
<div class="quotetitle"><b>Quote:</b></div><div class="quotecontent"><br />Nevermind, here's a solution: <!-- m --><a class="postlink" href="http://www.derekkozel.com/blog/2014/12/using-an-opengpg-card.markdown/">http://www.derekkozel.com/blog/2014/12/ ... .markdown/</a><!-- m --><br /></div><br /><br />Link is dead, use this one: <!-- m --><a class="postlink" href="http://www.derekkozel.com/blog/using-an-openpgp-card/">http://www.derekkozel.com/blog/using-an-openpgp-card/</a><!-- m -->  (note: The code on that site was corrupted, so you can't copy/paste.  See <a href="https://github.com/dkozel/dkozel.github.io/pull/1" class="postlink">bug on GitHub</a> for more info)<br /><br />Unfortunately these steps have not solved the issue for me yet... (I will study further).<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=3978">jcross</a> — Sun Oct 18, 2015 4:49 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[123810]]></name></author>
<updated>2015-10-16T18:36:19+01:00</updated>
<published>2015-10-16T18:36:19+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=1344&amp;p=7893#p7893</id>
<link href="https://forum.yubico.com/viewtopic.php?t=1344&amp;p=7893#p7893"/>
<title type="html"><![CDATA[Re: [HOW TO]Import your existing GPG key into a Neo from scr]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=1344&amp;p=7893#p7893"><![CDATA[
FYI, on Ubuntu 14.04 LTS the following fails:<br /><div class="codetitle"><b>Code:</b></div><div class="codecontent"># aptitude install libyubikey-dev </div><br />With message:<br /><div class="quotetitle"><b>Quote:</b></div><div class="quotecontent"><br />Couldn't find any package whose name or description matched &quot;libyubikey-dev&quot;<br />Couldn't find any package whose name or description matched &quot;libyubikey-dev&quot;<br /></div><p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=3974">123810</a> — Fri Oct 16, 2015 6:36 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[dilsha21]]></name></author>
<updated>2015-05-08T19:23:00+01:00</updated>
<published>2015-05-08T19:23:00+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=1344&amp;p=7293#p7293</id>
<link href="https://forum.yubico.com/viewtopic.php?t=1344&amp;p=7293#p7293"/>
<title type="html"><![CDATA[Re: [HOW TO]Import your existing GPG key into a Neo from scr]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=1344&amp;p=7293#p7293"><![CDATA[
<div class="quotetitle">dilsha21 wrote:</div><div class="quotecontent"><br /><div class="quotetitle">anhur wrote:</div><div class="quotecontent"><div class="quotetitle">jsqliu wrote:</div><div class="quotecontent">Hi I'm hoping to get help importing a GPG key into my Neo.  The gpg command &quot;addcardkey&quot; is working for me but &quot;keytocard&quot; leads to &quot;gpg: error writing key to card: not supported&quot;.  Some details of my system:<br /><br />Ubuntu 14.04<br />Yubikey Neo bought this year, firmware v3.3.0, OTP+U2F+CCID mode<br />libykpers-1-1 v1.17<br />gpg2 v2.0.22<br />gpg v1.4.16<br /><br />The following command from the tutorial (<!-- m --><a class="postlink" href="https://developers.yubico.com/ykneo-openpgp/KeyImport.html">https://developers.yubico.com/ykneo-ope ... mport.html</a><!-- m -->) is also not working for me<br /><br />$ gpg-connect-agent --hex &quot;scd apdu 00 f1 00 00&quot; /bye<br />ERR 103 unknown command<br /></div><br /><br /><br />I am having the same exact problem over here. Anybody have any tips?</div><br /><br /><br /><br />Still a problem and it's 2015. I have been Googling constantly and I can't find a solution. My OS is Linux Mint 17 Cinnamon 64-bit and everything else but my OpenPGP applet works.</div><br /><br /><br />Nevermind, here's a solution: <a href="http://www.derekkozel.com/blog/2014/12/using-an-opengpg-card.markdown/" class="postlink">http://www.derekkozel.com/blog/2014/12/using-an-opengpg-card.markdown/</a><p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=3705">dilsha21</a> — Fri May 08, 2015 7:23 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[dilsha21]]></name></author>
<updated>2015-05-08T19:10:00+01:00</updated>
<published>2015-05-08T19:10:00+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=1344&amp;p=7292#p7292</id>
<link href="https://forum.yubico.com/viewtopic.php?t=1344&amp;p=7292#p7292"/>
<title type="html"><![CDATA[Re: [HOW TO]Import your existing GPG key into a Neo from scr]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=1344&amp;p=7292#p7292"><![CDATA[
<div class="quotetitle">anhur wrote:</div><div class="quotecontent"><br /><div class="quotetitle">jsqliu wrote:</div><div class="quotecontent">Hi I'm hoping to get help importing a GPG key into my Neo.  The gpg command &quot;addcardkey&quot; is working for me but &quot;keytocard&quot; leads to &quot;gpg: error writing key to card: not supported&quot;.  Some details of my system:<br /><br />Ubuntu 14.04<br />Yubikey Neo bought this year, firmware v3.3.0, OTP+U2F+CCID mode<br />libykpers-1-1 v1.17<br />gpg2 v2.0.22<br />gpg v1.4.16<br /><br />The following command from the tutorial (<!-- m --><a class="postlink" href="https://developers.yubico.com/ykneo-openpgp/KeyImport.html">https://developers.yubico.com/ykneo-ope ... mport.html</a><!-- m -->) is also not working for me<br /><br />$ gpg-connect-agent --hex &quot;scd apdu 00 f1 00 00&quot; /bye<br />ERR 103 unknown command<br /></div><br /><br /><br />I am having the same exact problem over here. Anybody have any tips?</div><br /><br /><br /><br />Still a problem and it's 2015. I have been Googling constantly and I can't find a solution. My OS is Linux Mint 17 Cinnamon 64-bit and everything else but my OpenPGP applet works.<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=3705">dilsha21</a> — Fri May 08, 2015 7:10 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[anhur]]></name></author>
<updated>2015-04-27T09:24:35+01:00</updated>
<published>2015-04-27T09:24:35+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=1344&amp;p=7259#p7259</id>
<link href="https://forum.yubico.com/viewtopic.php?t=1344&amp;p=7259#p7259"/>
<title type="html"><![CDATA[Re: [HOW TO]Import your existing GPG key into a Neo from scr]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=1344&amp;p=7259#p7259"><![CDATA[
<div class="quotetitle">jsqliu wrote:</div><div class="quotecontent"><br />Hi I'm hoping to get help importing a GPG key into my Neo.  The gpg command &quot;addcardkey&quot; is working for me but &quot;keytocard&quot; leads to &quot;gpg: error writing key to card: not supported&quot;.  Some details of my system:<br /><br />Ubuntu 14.04<br />Yubikey Neo bought this year, firmware v3.3.0, OTP+U2F+CCID mode<br />libykpers-1-1 v1.17<br />gpg2 v2.0.22<br />gpg v1.4.16<br /><br />The following command from the tutorial (<!-- m --><a class="postlink" href="https://developers.yubico.com/ykneo-openpgp/KeyImport.html">https://developers.yubico.com/ykneo-ope ... mport.html</a><!-- m -->) is also not working for me<br /><br />$ gpg-connect-agent --hex &quot;scd apdu 00 f1 00 00&quot; /bye<br />ERR 103 unknown command<br /></div><br /><br /><br />I am having the same exact problem over here. Anybody have any tips?<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=2966">anhur</a> — Mon Apr 27, 2015 9:24 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[jsqliu]]></name></author>
<updated>2015-04-07T16:11:06+01:00</updated>
<published>2015-04-07T16:11:06+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=1344&amp;p=7141#p7141</id>
<link href="https://forum.yubico.com/viewtopic.php?t=1344&amp;p=7141#p7141"/>
<title type="html"><![CDATA[Re: [HOW TO]Import your existing GPG key into a Neo from scr]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=1344&amp;p=7141#p7141"><![CDATA[
Hi I'm hoping to get help importing a GPG key into my Neo.  The gpg command &quot;addcardkey&quot; is working for me but &quot;keytocard&quot; leads to &quot;gpg: error writing key to card: not supported&quot;.  Some details of my system:<br /><br />Ubuntu 14.04<br />Yubikey Neo bought this year, firmware v3.3.0, OTP+U2F+CCID mode<br />libykpers-1-1 v1.17<br />gpg2 v2.0.22<br />gpg v1.4.16<br /><br />The following command from the tutorial (<!-- m --><a class="postlink" href="https://developers.yubico.com/ykneo-openpgp/KeyImport.html">https://developers.yubico.com/ykneo-ope ... mport.html</a><!-- m -->) is also not working for me<br /><br />$ gpg-connect-agent --hex &quot;scd apdu 00 f1 00 00&quot; /bye<br />ERR 103 unknown command<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=3643">jsqliu</a> — Tue Apr 07, 2015 4:11 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[xychix]]></name></author>
<updated>2015-01-09T13:16:15+01:00</updated>
<published>2015-01-09T13:16:15+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=1344&amp;p=6694#p6694</id>
<link href="https://forum.yubico.com/viewtopic.php?t=1344&amp;p=6694#p6694"/>
<title type="html"><![CDATA[Re: [HOW TO]Import your existing GPG key into a Neo from scr]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=1344&amp;p=6694#p6694"><![CDATA[
<div class="quotetitle">Neal wrote:</div><div class="quotecontent"><br />[color=#FF0000]<br />You can now backup the private key from your computer (which only contains a stub of the full private key). This stub and the public key you saved earlier can be manually imported on any other computer without risking loss of control of your keys as you also need the Yubikey connected to use it.<br /></div><br /><br /><br />Somehow I ended up with the stub key having a E (encryption) meaning that parties emailing me might use the E-stub-pub-key in stead of the E yubikey-pub-key<br /><br />pub   4096R/32A6E903 2014-04-11 [expires: 2039-04-05]<br />      Key fingerprint = 3C27 50BA F9D6 390E 2F7C  3C6B EDB4 E7BE 32A6 E903<br />uid                  Mark Bergman &lt;m##k@b##nospam##n.nl&gt;<br />sub   4096R/C939563E 2014-04-11 [expires: 2039-04-05]<br />sub   2048R/5EA8AE80 2014-04-11 [expires: 2017-04-10]<br />sub   2048R/B6E945E2 2014-04-11 [expires: 2017-04-10]<br />sub   2048R/DAC6EE43 2014-04-11 [expires: 2024-04-08]<br /><br />I'll go ahead and revoke the C939563E key and beg the rest keeps working <img src="https://forum.yubico.com/images/smilies/icon_razz.gif" alt=":P" title="Razz" /><br /><br /><br />gpg --edit-key mark@b##nospam##n.nl<br />gpg (GnuPG) 1.4.12; Copyright (C) 2012 Free Software Foundation, Inc.<br />This is free software: you are free to change and redistribute it.<br />There is NO WARRANTY, to the extent permitted by law.<br /><br /><br />pub  4096R/32A6E903  created: 2014-04-11  expires: 2039-04-05  usage: SC  <br />                     trust: unknown       validity: unknown<br />sub  4096R/C939563E  created: 2014-04-11  expires: 2039-04-05  usage: E   <br />sub  2048R/5EA8AE80  created: 2014-04-11  expires: 2017-04-10  usage: E   <br />sub  2048R/B6E945E2  created: 2014-04-11  expires: 2017-04-10  usage: S   <br />sub  2048R/DAC6EE43  created: 2014-04-11  expires: 2024-04-08  usage: A   <br />[ unknown] (1). Mark B##nospam##n &lt;mark@b##nospam##n.nl&gt;<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=2601">xychix</a> — Fri Jan 09, 2015 1:16 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[hqarrse]]></name></author>
<updated>2014-08-15T07:57:29+01:00</updated>
<published>2014-08-15T07:57:29+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=1344&amp;p=5484#p5484</id>
<link href="https://forum.yubico.com/viewtopic.php?t=1344&amp;p=5484#p5484"/>
<title type="html"><![CDATA[Re: [HOW TO]Import your existing GPG key into a Neo from scr]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=1344&amp;p=5484#p5484"><![CDATA[
thanks for the clarification and the offer.<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=2957">hqarrse</a> — Fri Aug 15, 2014 7:57 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Tom]]></name></author>
<updated>2014-08-15T07:27:58+01:00</updated>
<published>2014-08-15T07:27:58+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=1344&amp;p=5483#p5483</id>
<link href="https://forum.yubico.com/viewtopic.php?t=1344&amp;p=5483#p5483"/>
<title type="html"><![CDATA[Re: [HOW TO]Import your existing GPG key into a Neo from scr]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=1344&amp;p=5483#p5483"><![CDATA[
Dear Hqarrse,<br /><br />That is our fault, please contact <!-- e --><a href="mailto:support@yubico.com">support@yubico.com</a><!-- e --> and ask them to send you a new Yubikey NEO. However, you will have to ship your current Yubikey NEO back to our facilities. You will be provided with a OpenPGP apple version 1.0.6<br /><br />Best Regards,<br />Tommaso.<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=2195">Tom</a> — Fri Aug 15, 2014 7:27 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[hqarrse]]></name></author>
<updated>2014-08-15T02:12:10+01:00</updated>
<published>2014-08-15T02:12:10+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=1344&amp;p=5481#p5481</id>
<link href="https://forum.yubico.com/viewtopic.php?t=1344&amp;p=5481#p5481"/>
<title type="html"><![CDATA[Re: [HOW TO]Import your existing GPG key into a Neo from scr]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=1344&amp;p=5481#p5481"><![CDATA[
Apologies - I was in the wrong tutorial.<br /><br />You are right I don't have &gt;= 1.0.5, but 1.0.4.9.  Last question the - I hope - before I attempt to upgrade, is that actually possible on a 3000000+ Neo?  Or do I need the development version?<br /><br />Thanks<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=2957">hqarrse</a> — Fri Aug 15, 2014 2:12 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Tom]]></name></author>
<updated>2014-08-14T12:36:31+01:00</updated>
<published>2014-08-14T12:36:31+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=1344&amp;p=5479#p5479</id>
<link href="https://forum.yubico.com/viewtopic.php?t=1344&amp;p=5479#p5479"/>
<title type="html"><![CDATA[Re: [HOW TO]Import your existing GPG key into a Neo from scr]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=1344&amp;p=5479#p5479"><![CDATA[
gpg-connect-agent --hex &quot;scd apdu 00 f1 00 00&quot; /bye<br /><br />Please follow this tutorial before posting:<br /><!-- m --><a class="postlink" href="http://opensource.yubico.com/ykneo-openpgp/doc/KeyImport.html">http://opensource.yubico.com/ykneo-open ... mport.html</a><!-- m --><p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=2195">Tom</a> — Thu Aug 14, 2014 12:36 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[hqarrse]]></name></author>
<updated>2014-08-14T10:16:42+01:00</updated>
<published>2014-08-14T10:16:42+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=1344&amp;p=5478#p5478</id>
<link href="https://forum.yubico.com/viewtopic.php?t=1344&amp;p=5478#p5478"/>
<title type="html"><![CDATA[Re: [HOW TO]Import your existing GPG key into a Neo from scr]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=1344&amp;p=5478#p5478"><![CDATA[
I'm having some trouble with this.  I've tried the Windows Neo Manager (blank box for installed apps), plus the Linux command line tools.  The most promising of these gives:<br /><br />ykneomgr -a<br />error: ykneomgr_authenticate (-4): Backend error<br /><br />How would I find the app version?<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=2957">hqarrse</a> — Thu Aug 14, 2014 10:16 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Tom]]></name></author>
<updated>2014-08-14T08:42:58+01:00</updated>
<published>2014-08-14T08:42:58+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=1344&amp;p=5477#p5477</id>
<link href="https://forum.yubico.com/viewtopic.php?t=1344&amp;p=5477#p5477"/>
<title type="html"><![CDATA[Re: [HOW TO]Import your existing GPG key into a Neo from scr]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=1344&amp;p=5477#p5477"><![CDATA[
Can you verify applet version &gt;= 1.0.5<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=2195">Tom</a> — Thu Aug 14, 2014 8:42 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[hqarrse]]></name></author>
<updated>2014-08-14T07:32:32+01:00</updated>
<published>2014-08-14T07:32:32+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=1344&amp;p=5476#p5476</id>
<link href="https://forum.yubico.com/viewtopic.php?t=1344&amp;p=5476#p5476"/>
<title type="html"><![CDATA[Re: [HOW TO]Import your existing GPG key into a Neo from scr]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=1344&amp;p=5476#p5476"><![CDATA[
hi Tom,<br /><br />it's a shiny new one (3000052)<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=2957">hqarrse</a> — Thu Aug 14, 2014 7:32 am</p><hr />
]]></content>
</entry>
</feed>