<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to use your Yubikey to log in via SSH to your server	</title>
	<atom:link href="https://rameerez.com/how-to-use-yubikey-to-log-in-via-ssh-to-server/feed/" rel="self" type="application/rss+xml" />
	<link>https://rameerez.com/how-to-use-yubikey-to-log-in-via-ssh-to-server/</link>
	<description>Maker of PromptHero, Jobician, Hustl, and more</description>
	<lastBuildDate>Mon, 12 Jan 2026 16:16:46 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.0.1</generator>
	<item>
		<title>
		By: Josh		</title>
		<link>https://rameerez.com/how-to-use-yubikey-to-log-in-via-ssh-to-server/#comment-5781</link>

		<dc:creator><![CDATA[Josh]]></dc:creator>
		<pubDate>Tue, 13 Feb 2024 03:53:28 +0000</pubDate>
		<guid isPermaLink="false">https://rameerez.com/?p=4311#comment-5781</guid>

					<description><![CDATA[Nice article! You say 2FA several times, but you say to skip the passphrase. You really then have two of the same factor, something you have (private key and yubikey). Better than just one, but not 2FA. you need a passphrase on it (something you know) for 2FA.
Again, great how to, I will be using this as a guide, with the addition of a passphrase.]]></description>
			<content:encoded><![CDATA[<p>Nice article! You say 2FA several times, but you say to skip the passphrase. You really then have two of the same factor, something you have (private key and yubikey). Better than just one, but not 2FA. you need a passphrase on it (something you know) for 2FA.<br />
Again, great how to, I will be using this as a guide, with the addition of a passphrase.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Robin		</title>
		<link>https://rameerez.com/how-to-use-yubikey-to-log-in-via-ssh-to-server/#comment-5515</link>

		<dc:creator><![CDATA[Robin]]></dc:creator>
		<pubDate>Fri, 12 Jan 2024 10:23:22 +0000</pubDate>
		<guid isPermaLink="false">https://rameerez.com/?p=4311#comment-5515</guid>

					<description><![CDATA[Wonderful summary! Windows users should bear in mind that they either need to use the Linux subsystem or install Powershell OpenSSH beta which is not easy to find. The integrated SSH as of now is too old.
https://github.com/PowerShell/Win32-OpenSSH/releases
If you do not add a comment using the -C option it will put something like &quot;username@yourlocalmachine&quot; as the key identifier. This is confusing since you may register more than one key on the same machine but use them on different machines. So better to use something like  -C &#039;Yubikey A&#039;.
Not all servers do yet support this rather new feature so I had to give up and use normal SSH keys instead.]]></description>
			<content:encoded><![CDATA[<p>Wonderful summary! Windows users should bear in mind that they either need to use the Linux subsystem or install Powershell OpenSSH beta which is not easy to find. The integrated SSH as of now is too old.<br />
<a href="https://github.com/PowerShell/Win32-OpenSSH/releases" rel="nofollow ugc">https://github.com/PowerShell/Win32-OpenSSH/releases</a><br />
If you do not add a comment using the -C option it will put something like &#8220;username@yourlocalmachine&#8221; as the key identifier. This is confusing since you may register more than one key on the same machine but use them on different machines. So better to use something like  -C &#8216;Yubikey A&#8217;.<br />
Not all servers do yet support this rather new feature so I had to give up and use normal SSH keys instead.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aragorn		</title>
		<link>https://rameerez.com/how-to-use-yubikey-to-log-in-via-ssh-to-server/#comment-3746</link>

		<dc:creator><![CDATA[Aragorn]]></dc:creator>
		<pubDate>Tue, 28 Mar 2023 14:26:49 +0000</pubDate>
		<guid isPermaLink="false">https://rameerez.com/?p=4311#comment-3746</guid>

					<description><![CDATA[You solved a huge problem for me. Incredible, I&#039;ve searched many sites but they all have complicated instructions and in the end the solution didn&#039;t even work. I followed your &quot;simple&quot; instructions and like magic it worked! Unfortunately, however, I have a problem that blocks me. The key creation operation with the private key memorization in the yubukey, I did in a computer with linux on board. In the .ssh folder I found the file with the .pub extension and another file with the same name but without extension, opening this last file I find private key written at the beginning, is it the private key or is it just a link? But that&#039;s not so much the problem, the problem is that the connection to the remote server doesn&#039;t work for me if I try to connect from a MAC. The version of openssl on the MAC is &quot;OpenSSH_9.0p1, LibreSSL 3.3.6&quot;. The MAC .ssh folder contains only the known_hosts file. Do you have any advice for me?]]></description>
			<content:encoded><![CDATA[<p>You solved a huge problem for me. Incredible, I&#8217;ve searched many sites but they all have complicated instructions and in the end the solution didn&#8217;t even work. I followed your &#8220;simple&#8221; instructions and like magic it worked! Unfortunately, however, I have a problem that blocks me. The key creation operation with the private key memorization in the yubukey, I did in a computer with linux on board. In the .ssh folder I found the file with the .pub extension and another file with the same name but without extension, opening this last file I find private key written at the beginning, is it the private key or is it just a link? But that&#8217;s not so much the problem, the problem is that the connection to the remote server doesn&#8217;t work for me if I try to connect from a MAC. The version of openssl on the MAC is &#8220;OpenSSH_9.0p1, LibreSSL 3.3.6&#8221;. The MAC .ssh folder contains only the known_hosts file. Do you have any advice for me?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: rameerez		</title>
		<link>https://rameerez.com/how-to-use-yubikey-to-log-in-via-ssh-to-server/#comment-3650</link>

		<dc:creator><![CDATA[rameerez]]></dc:creator>
		<pubDate>Sat, 04 Feb 2023 23:52:42 +0000</pubDate>
		<guid isPermaLink="false">https://rameerez.com/?p=4311#comment-3650</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://rameerez.com/how-to-use-yubikey-to-log-in-via-ssh-to-server/#comment-3643&quot;&gt;Chris&lt;/a&gt;.

Fixed! Thanks for the heads up!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://rameerez.com/how-to-use-yubikey-to-log-in-via-ssh-to-server/#comment-3643">Chris</a>.</p>
<p>Fixed! Thanks for the heads up!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Chris		</title>
		<link>https://rameerez.com/how-to-use-yubikey-to-log-in-via-ssh-to-server/#comment-3643</link>

		<dc:creator><![CDATA[Chris]]></dc:creator>
		<pubDate>Wed, 01 Feb 2023 21:26:53 +0000</pubDate>
		<guid isPermaLink="false">https://rameerez.com/?p=4311#comment-3643</guid>

					<description><![CDATA[Hey, i think there&#039;s a bug.  You say to generate key type ed25519 and not ed25519-sk.]]></description>
			<content:encoded><![CDATA[<p>Hey, i think there&#8217;s a bug.  You say to generate key type ed25519 and not ed25519-sk.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
