<?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=30&amp;t=2671" />

<title>Yubico Forum</title>
<subtitle>...visit our web-store at</subtitle>
<link href="https://forum.yubico.com/index.php" />
<updated>2017-07-19T14:54:35+01:00</updated>

<author><name><![CDATA[Yubico Forum]]></name></author>
<id>https://forum.yubico.com/feed.php?f=30&amp;t=2671</id>
<entry>
<author><name><![CDATA[jklaas]]></name></author>
<updated>2017-07-19T14:54:35+01:00</updated>
<published>2017-07-19T14:54:35+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=2671&amp;p=9669#p9669</id>
<link href="https://forum.yubico.com/viewtopic.php?t=2671&amp;p=9669#p9669"/>
<title type="html"><![CDATA[Re: [Q?] Does yubikey4 work with yubikey-personalization-gui]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=2671&amp;p=9669#p9669"><![CDATA[
Thank you for your help. It looks like it only works as root. <br /><br />$ ykpersonalize -v<br />USB error: Access denied (insufficient permissions)<br /><br />I looks like I need some udev rules to set up permissions. There are some udev rules for something at <!-- m --><a class="postlink" href="https://developers.yubico.com/yubikey-personalization/">https://developers.yubico.com/yubikey-personalization/</a><!-- m --> but they don't seem to address permissions. Perhaps since it shows up as an HID device.<br /><br />Perhaps this is by design.<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=4849">jklaas</a> — Wed Jul 19, 2017 2:54 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[ChrisHalos]]></name></author>
<updated>2017-07-18T17:10:02+01:00</updated>
<published>2017-07-18T17:10:02+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=2671&amp;p=9664#p9664</id>
<link href="https://forum.yubico.com/viewtopic.php?t=2671&amp;p=9664#p9664"/>
<title type="html"><![CDATA[Re: [Q?] Does yubikey4 work with yubikey-personalization-gui]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=2671&amp;p=9664#p9664"><![CDATA[
The library version is too old - <!-- m --><a class="postlink" href="https://developers.yubico.com/yubikey-personalization/Compatibility.html">https://developers.yubico.com/yubikey-p ... ility.html</a><!-- m --><br /><br />Linux Mint can use the Ubuntu PPA, so it's best to follow that method.<br /><br /><div class="codetitle"><b>Code:</b></div><div class="codecontent">sudo add-apt-repository ppa:yubico/stable<br />sudo apt-get update<br />sudo apt-get install yubikey-personalization-gui</div><br /><br />(I think instead of running the third command, since you already installed the app, you should be able to run &quot;sudo apt-get upgrade&quot; instead)<br /><br />This will pull all dependencies and you should be able to use it with the YK4. At this point it's also a lot easier to install other Yubico apps like Yubico Authenticator. For example:<br /><br /><div class="codetitle"><b>Code:</b></div><div class="codecontent">sudo apt-get install yubioath-desktop</div><br /><br />You can find a full list of Ubuntu compiled apps here - <!-- m --><a class="postlink" href="https://launchpad.net/~yubico/+archive/ubuntu/stable">https://launchpad.net/~yubico/+archive/ubuntu/stable</a><!-- m --><br /><br />If you're planning on implementing any smart card functionality or U2F, make sure to also run the following command and reboot:<br /><br /><div class="codetitle"><b>Code:</b></div><div class="codecontent">sudo sh -c 'wget -q -O - https://raw.githubusercontent.com/Yubico/yubikey-neo-manager/master/resources/linux-fix-ccid-udev | python'</div><br /><br />Another example can be found here - <!-- l --><a class="postlink-local" href="https://forum.yubico.com/viewtopic.php?f=26&amp;t=2254#p8459">viewtopic.php?f=26&amp;t=2254#p8459</a><!-- l --><p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=3140">ChrisHalos</a> — Tue Jul 18, 2017 5:10 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[jklaas]]></name></author>
<updated>2017-07-18T00:34:15+01:00</updated>
<published>2017-07-18T00:34:15+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=2671&amp;p=9663#p9663</id>
<link href="https://forum.yubico.com/viewtopic.php?t=2671&amp;p=9663#p9663"/>
<title type="html"><![CDATA[[Q?] Does yubikey4 work with yubikey-personalization-gui]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=2671&amp;p=9663#p9663"><![CDATA[
I just got a yubikey4 and while it produces a one time password with a touch, I was wondering what other capabilities it had so I installed yubikey-personalization-gui on my Mint 17 box.<br /><br />I've also tried on Debian with the same result. <br /><br />It says &quot;No YubiKey Inserted&quot;<br /><br />It occurs to me that perhaps it isn't designed to work with yubikey4. <br /><br />I apologize if I missed documentation somewhere stating this, but they key itself came with nothing, but the protective sleeve. The online manual is pretty terse as well.<br /><br />The version installed says <br />Application version 3.1.14<br />Library Version 1.14.1<br /><br />I've also tried with 3.1.24 on the Debian box.<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=4849">jklaas</a> — Tue Jul 18, 2017 12:34 am</p><hr />
]]></content>
</entry>
</feed>