<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://sidiprojects.us/w/index.php?action=history&amp;feed=atom&amp;title=U2F</id>
	<title>U2F - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://sidiprojects.us/w/index.php?action=history&amp;feed=atom&amp;title=U2F"/>
	<link rel="alternate" type="text/html" href="https://sidiprojects.us/w/index.php?title=U2F&amp;action=history"/>
	<updated>2026-04-16T23:51:38Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.38.6</generator>
	<entry>
		<id>https://sidiprojects.us/w/index.php?title=U2F&amp;diff=941&amp;oldid=prev</id>
		<title>David: instructions for setting up U2F in linux</title>
		<link rel="alternate" type="text/html" href="https://sidiprojects.us/w/index.php?title=U2F&amp;diff=941&amp;oldid=prev"/>
		<updated>2019-02-03T00:21:42Z</updated>

		<summary type="html">&lt;p&gt;instructions for setting up U2F in linux&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;U2F is much better than 2-factor authentication by TOTP, or SMS (more generally, U2F &amp;gt; TOTP &amp;gt; SMS &amp;gt; Password only). The main reason is that U2F is not susceptible to man-in-the-middle attacks in the way TOTP and SMS are.&lt;br /&gt;
&lt;br /&gt;
A good U2F solution is the Nitrokey FIDO U2F. To set it up in Linux (if you use another *nix, please let me know), you need to follow a few steps which aren't documented for the Nitrokey. Here's what to do:&lt;br /&gt;
&lt;br /&gt;
== Set up udev rules for the key ==&lt;br /&gt;
&lt;br /&gt;
Create the file /etc/udev/rules.d/70-u2f.rules, with the content&lt;br /&gt;
&lt;br /&gt;
  # Nitrokey FIDO U2F&lt;br /&gt;
  KERNEL==&amp;quot;hidraw*&amp;quot;, SUBSYSTEM==&amp;quot;hidraw&amp;quot;, ATTRS{idVendor}==&amp;quot;20a0&amp;quot;, ATTRS{idProduct}==&amp;quot;4287&amp;quot;, TAG+=&amp;quot;uaccess&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Reload the rules with udevadm:&lt;br /&gt;
&lt;br /&gt;
  $ udevadm control --reload-rules &amp;amp;&amp;amp; udevadm trigger&lt;br /&gt;
&lt;br /&gt;
== Configure Firefox, enroll the key ==&lt;br /&gt;
&lt;br /&gt;
Open Firefox, and go to about:config (in the URL bar). Search for the string 'u2f': you should see the key security.webauth.u2f. Enable it by double clicking.&lt;br /&gt;
&lt;br /&gt;
Go to the website and register the key! You will see a popup from the info button to the left of the URL bar stating that the site wants to use your key. Just insert the key, and it should register. Congratulations!&lt;/div&gt;</summary>
		<author><name>David</name></author>
	</entry>
</feed>