<?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=1520" />

<title>Yubico Forum</title>
<subtitle>...visit our web-store at</subtitle>
<link href="https://forum.yubico.com/index.php" />
<updated>2014-10-22T09:30:57+01:00</updated>

<author><name><![CDATA[Yubico Forum]]></name></author>
<id>https://forum.yubico.com/feed.php?f=26&amp;t=1520</id>
<entry>
<author><name><![CDATA[Tom]]></name></author>
<updated>2014-10-22T09:30:57+01:00</updated>
<published>2014-10-22T09:30:57+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=1520&amp;p=5895#p5895</id>
<link href="https://forum.yubico.com/viewtopic.php?t=1520&amp;p=5895#p5895"/>
<title type="html"><![CDATA[Re: [SOLVED] How to reset a permanently locked  &quot;new&quot; NEO?]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=1520&amp;p=5895#p5895"><![CDATA[
Hello, <br /><br />it is just on version 1.0.7<br /><br />You are welcome!<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=2195">Tom</a> — Wed Oct 22, 2014 9:30 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[chexum]]></name></author>
<updated>2014-10-22T08:11:07+01:00</updated>
<published>2014-10-22T08:11:07+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=1520&amp;p=5891#p5891</id>
<link href="https://forum.yubico.com/viewtopic.php?t=1520&amp;p=5891#p5891"/>
<title type="html"><![CDATA[Re: [QUESTION] How to reset a permanently locked  &quot;new&quot; NEO?]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=1520&amp;p=5891#p5891"><![CDATA[
Thank you Tom!<br /><br />So as a summary, with versions before 1.0.8 (with NEOs 3.3+), it's probably not advised to use the ResetApplet procedures, and I should be much more careful with the Admin PIN, as it can only be fixed by replacement.<br /><br />Embarrassing for me, but the support from this forum is very good, thanks again!<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=230">chexum</a> — Wed Oct 22, 2014 8:11 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Tom]]></name></author>
<updated>2014-10-22T07:19:52+01:00</updated>
<published>2014-10-22T07:19:52+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=1520&amp;p=5890#p5890</id>
<link href="https://forum.yubico.com/viewtopic.php?t=1520&amp;p=5890#p5890"/>
<title type="html"><![CDATA[Re: [QUESTION] How to reset a permanently locked  &quot;new&quot; NEO?]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=1520&amp;p=5890#p5890"><![CDATA[
Chexum.<br /><br />Please contact support here: <!-- m --><a class="postlink" href="https://www.yubico.com/support/raise-ticket/">https://www.yubico.com/support/raise-ticket/</a><!-- m --><br /><br />And refer them to this post, you are experiencing a known bug present of few versions of the 1.0.7 applet with the reset command.<br /><br />Yubico apologize for the inconvenience.<br /><br />Best Regards,<br />Tom.<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=2195">Tom</a> — Wed Oct 22, 2014 7:19 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[chexum]]></name></author>
<updated>2014-10-20T20:24:02+01:00</updated>
<published>2014-10-20T20:24:02+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=1520&amp;p=5857#p5857</id>
<link href="https://forum.yubico.com/viewtopic.php?t=1520&amp;p=5857#p5857"/>
<title type="html"><![CDATA[Re: [QUESTION] How to reset a permanently locked  &quot;new&quot; NEO?]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=1520&amp;p=5857#p5857"><![CDATA[
Thank you - I missed those instructions apparently.  They seemed to work, sort of, everything produced the appropriate output (it was showing version 1.0.7).  However, now I can see even less of the OpenPGP functionality.  After removing and reinserting the NEO, nothing related to OpenPGP seem to work:<br /><br /><div class="codetitle"><b>Code:</b></div><div class="codecontent">% gpg --card-edit<br /><br />gpg: OpenPGP card not available: Not supported<br /><br />gpg/card&gt; %<br />% gpg-connect-agent --hex &quot;scd apdu 00 f1 00 00&quot; /bye<br />ERR 100663427 Conditions of use not satisfied &lt;SCD&gt;<br /></div><br /><br />Without the agent running, it's just as scary:<br /><br /><div class="codetitle"><b>Code:</b></div><div class="codecontent">% gpg --card-edit<br /><br />scdaemon&#91;15130&#93;: can't select application `openpgp': Not supported<br />gpg: OpenPGP card not available: Not supported<br /><br />gpg/card&gt; scdaemon&#91;15130&#93;: updating slot 0 status: 0x0000-&gt;0x0007 (0-&gt;1)<br />% scdaemon&#91;15130&#93;: scdaemon (GnuPG) 2.0.26 stopped<br /></div><br /><br />Apart from that, it's working all right, except for the PGP part.<br /><br /><div class="codetitle"><b>Code:</b></div><div class="codecontent">% ykinfo -a<br />serial: 3010629<br />serial_hex: 2df045<br />serial_modhex: dtvcfg<br />version: 3.3.0<br /></div><br /><br />The windows NEO manager application says the OpenPGP applet is installed, but without any version shown.  Can this still be restored somehow?<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=230">chexum</a> — Mon Oct 20, 2014 8:24 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Tom]]></name></author>
<updated>2014-10-20T07:34:17+01:00</updated>
<published>2014-10-20T07:34:17+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=1520&amp;p=5853#p5853</id>
<link href="https://forum.yubico.com/viewtopic.php?t=1520&amp;p=5853#p5853"/>
<title type="html"><![CDATA[Re: [QUESTION] How to reset a permanently locked  &quot;new&quot; NEO?]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=1520&amp;p=5853#p5853"><![CDATA[
Please, follow available documentation here:<br /><!-- m --><a class="postlink" href="https://developers.yubico.com/ykneo-openpgp/doc/ResetApplet.html">https://developers.yubico.com/ykneo-ope ... pplet.html</a><!-- m --><p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=2195">Tom</a> — Mon Oct 20, 2014 7:34 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[chexum]]></name></author>
<updated>2014-10-22T08:11:58+01:00</updated>
<published>2014-10-19T22:19:35+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=1520&amp;p=5852#p5852</id>
<link href="https://forum.yubico.com/viewtopic.php?t=1520&amp;p=5852#p5852"/>
<title type="html"><![CDATA[[SOLVED] How to reset a permanently locked  &quot;new&quot; NEO?]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=1520&amp;p=5852#p5852"><![CDATA[
I tried to change the PINs on a fresh NEO, but was confused what the message &quot;Conditions of use not satisfied&quot; means when trying to set the PIN/Admin PIN, and an additional fat-fingered PIN entry means I'm no longer able to use the OpenPGP functionality:<br /><br /><div class="codetitle"><b>Code:</b></div><div class="codecontent">Application ID ...: D2760001240102000006030106290000<br />Version ..........: 2.0<br />Manufacturer .....: Yubico<br />Serial number ....: 03010629<br />...<br />Max. PIN lengths .: 127 127 127<br />PIN retry counter : 3 3 0<br />Signature counter : 0<br />Signature key ....: &#91;none&#93;<br />Encryption key....: &#91;none&#93;<br />Authentication key: &#91;none&#93;<br />General key info..: &#91;none&#93;<br /><br />gpg/card&gt; admin<br />Admin commands are allowed<br /><br />gpg/card&gt; generate<br />Make off-card backup of encryption key? (Y/n) n<br /><br />Please note that the factory settings of the PINs are<br />   PIN = `123456'     Admin PIN = `12345678'<br />You should change them using the command --change-pin<br /><br />scdaemon&#91;13182&#93;: card is permanently locked!<br />gpg: error clearing forced signature PIN flag: Bad PIN<br /></div><br /><br />I thought these PINs would be possible to change from the PIV tools, but alas, yubico-piv-tool seems to manage a completely different set of PINs, not the ones shown above.  Even if I change the PINs by yubic-piv-tool and/or reset the PIV applet, these counters don't seem to change.<br /><br />The first seem to be the PIN retry, and the third is the admin PIN, but the second doesn't seem to change.<br /><br />I also thought I would then need to reset everything in the OpenPGP applet (no big deal, as I have no private keys on it yet), but it seems to be this card is now too new to allow us mere mortals to upload new applets (Version 3.3.0)  <img src="https://forum.yubico.com/images/smilies/icon_eek.gif" alt=":shock:" title="Shocked" /> <br /><br />So is it somehow possible to reset the PIN codes with this version?<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=230">chexum</a> — Sun Oct 19, 2014 10:19 pm</p><hr />
]]></content>
</entry>
</feed>