<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Security on ./Sam_Stelfox.sh</title><link>https://stelfox.net/notes/security/</link><description>Recent content in Security on ./Sam_Stelfox.sh</description><generator>Hugo</generator><language>en-US</language><copyright>Copyright © 2008, Sam Stelfox, all rights reserved.</copyright><atom:link href="https://stelfox.net/notes/security/atom.xml" rel="self" type="application/rss+xml"/><item><title>Yubikey</title><link>https://stelfox.net/notes/security/yubikey/</link><pubDate>Tue, 10 Oct 2017 00:28:32 +0000</pubDate><guid>https://stelfox.net/notes/security/yubikey/</guid><description>found top level header in &amp;#34;/notes/security/yubikey/&amp;#34; that didn&amp;#39;t match meta title (&amp;#34;YubiKey 5 Series&amp;#34; != &amp;#34;Yubikey&amp;#34;)&lt;p&gt;The YubiKey 5 series packs a lot of functionality into a small hardware token.
It supports FIDO2/WebAuthn for passwordless authentication, PIV smart card
operations, OpenPGP key storage, TOTP and HOTP one-time passwords, and static
password slots. Most of what you'd want for day-to-day security lives on one
device that fits on your keychain.&lt;/p&gt;
&lt;p&gt;This note focuses on the YubiKey 5 series. If you're coming from a YubiKey NEO,
check the &lt;a href="https://stelfox.net/notes/security/yubikey/#neo-migration-notes"&gt;migration notes&lt;/a&gt; at the bottom.&lt;/p&gt;</description></item><item><title>GPG Process Notes</title><link>https://stelfox.net/notes/security/gpg-process-notes/</link><pubDate>Mon, 09 Oct 2017 23:35:34 +0000</pubDate><guid>https://stelfox.net/notes/security/gpg-process-notes/</guid><description>&lt;p&gt;These are my working notes on GnuPG key management, smartcard workflows, and
related operational practices. This covers everything from initial key creation
through daily use, maintenance, and diagnostics.&lt;/p&gt;
&lt;h2 id="initial-key-creation"&gt;Initial Key Creation&lt;/h2&gt;&lt;p&gt;Start with a clean GnuPG directory. Modern GnuPG uses the keybox format
internally so there's no need to worry about legacy keyring files.&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;div class="chroma"&gt;
&lt;table class="lntable"&gt;&lt;tr&gt;&lt;td class="lntd"&gt;
&lt;pre tabindex="0" class="chroma"&gt;&lt;code&gt;&lt;span class="lnt" id="1"&gt;&lt;a class="lnlinks" href="#1"&gt;1&lt;/a&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class="lntd"&gt;
&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-console" data-lang="console"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="go"&gt;rm -rf ~/.gnupg/*
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Drop in your preferred &lt;code&gt;gpg.conf&lt;/code&gt; from your dotfiles, then begin key
generation:&lt;/p&gt;</description></item></channel></rss>