<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=1716&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / HOWTO: Using a hardware USB authenticator (Yubikey, Hyperfido, U2F)]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=1716</link>
		<description><![CDATA[The most recent posts in HOWTO: Using a hardware USB authenticator (Yubikey, Hyperfido, U2F).]]></description>
		<lastBuildDate>Mon, 15 Jan 2018 15:33:47 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: HOWTO: Using a hardware USB authenticator (Yubikey, Hyperfido, U2F)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=7156#p7156</link>
			<description><![CDATA[<p>Thanks! It worked perfect for me (Devuan GNU/Linux 1 (jessie)) with a FIDO-U2F key.<br />The only thing I was missing was libu2f-host0 that wasn&#039;t available on my sources. I had to add jessie-backports first, using <a href="https://backports.debian.org/Instructions/#index2h2" rel="nofollow">https://backports.debian.org/Instructions/#index2h2</a></p>]]></description>
			<author><![CDATA[dummy@example.com (huguei)]]></author>
			<pubDate>Mon, 15 Jan 2018 15:33:47 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=7156#p7156</guid>
		</item>
		<item>
			<title><![CDATA[HOWTO: Using a hardware USB authenticator (Yubikey, Hyperfido, U2F)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=6172#p6172</link>
			<description><![CDATA[<p>If you are using a USB authentication device, maybe for 2-factor-auth in the browser, and the USB key is not recognized by the system, this might help:</p><p>In the beginning I installed libu2f-host0, I am not sure if it is necessary:</p><div class="codebox"><pre><code>sudo apt-get install libu2f-host0</code></pre></div><p>It is necessary to have permissions to access the usb key. If there is not yet a rule in /etc/udev/rules.d you can create one like this:</p><div class="codebox"><pre><code>cd /etc/udev/rules.d
sudo wget https://raw.githubusercontent.com/Yubico/libu2f-host/master/70-u2f.rules</code></pre></div><p>The new file /etc/udev/rules.d/70-u2f.rules contains rules for the most frequent vendors and their models.</p><p>Now edit the file and replace</p><div class="codebox"><pre><code>TAG+=&quot;uaccess&quot;</code></pre></div><p>with</p><div class="codebox"><pre><code>GROUP=&quot;plugdev&quot;, MODE=&quot;0660&quot;</code></pre></div><p>The reason behind this, the rules file provided by Yubico assumes you have systemd running. See <a href="https://blog.flameeyes.eu/2014/10/setting-up-yubikey-neo-and-u2f-on-gentoo-and-linux-in-general/" rel="nofollow">https://blog.flameeyes.eu/2014/10/setti … n-general/</a></p><p>I also restarted udev, don&#039;t know if it is necessary: </p><div class="codebox"><pre><code>sudo service udev restart</code></pre></div><p>The whole process was tested on devuan ascii.</p>]]></description>
			<author><![CDATA[dummy@example.com (kwmiebach)]]></author>
			<pubDate>Sat, 11 Nov 2017 14:46:58 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=6172#p6172</guid>
		</item>
	</channel>
</rss>
