<?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 Two-Factor Authentication with Ubuntu	</title>
	<atom:link href="https://www.tecmint.com/enable-two-factor-authentication-in-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/enable-two-factor-authentication-in-ubuntu/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Tue, 10 Jan 2023 15:53:51 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ryan Erfourth		</title>
		<link>https://www.tecmint.com/enable-two-factor-authentication-in-ubuntu/comment-page-1/#comment-1944338</link>

		<dc:creator><![CDATA[Ryan Erfourth]]></dc:creator>
		<pubDate>Tue, 10 Jan 2023 15:53:51 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=41772#comment-1944338</guid>

					<description><![CDATA[Are any additional settings needed to get this to work over an RDP connection?]]></description>
			<content:encoded><![CDATA[<p>Are any additional settings needed to get this to work over an RDP connection?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Brian Hawkin		</title>
		<link>https://www.tecmint.com/enable-two-factor-authentication-in-ubuntu/comment-page-1/#comment-1856392</link>

		<dc:creator><![CDATA[Brian Hawkin]]></dc:creator>
		<pubDate>Wed, 03 Aug 2022 22:47:46 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=41772#comment-1856392</guid>

					<description><![CDATA[In the latest &lt;strong&gt;Ubuntu 22.04&lt;/strong&gt; &lt;strong&gt;ChallengeResponseAuthentication&lt;/strong&gt; was replaced with &lt;strong&gt;KbdInteractiveAuthentication&lt;/strong&gt; which was set to &lt;code&gt;no&lt;/code&gt; in my default install.  

Change it to &lt;code&gt;yes&lt;/code&gt; and these steps work.]]></description>
			<content:encoded><![CDATA[<p>In the latest <strong>Ubuntu 22.04</strong> <strong>ChallengeResponseAuthentication</strong> was replaced with <strong>KbdInteractiveAuthentication</strong> which was set to <code>no</code> in my default install.  </p>
<p>Change it to <code>yes</code> and these steps work.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/enable-two-factor-authentication-in-ubuntu/comment-page-1/#comment-1465013</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Tue, 30 Mar 2021 04:45:38 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=41772#comment-1465013</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/enable-two-factor-authentication-in-ubuntu/comment-page-1/#comment-1464409&quot;&gt;Aaron Martin&lt;/a&gt;.

@Aaron,

Yes, you can disable Two-Factor authentication as explained in the section &quot;Disable Two-Factor Authentication in Ubuntu&quot;.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/enable-two-factor-authentication-in-ubuntu/comment-page-1/#comment-1464409">Aaron Martin</a>.</p>
<p>@Aaron,</p>
<p>Yes, you can disable Two-Factor authentication as explained in the section &#8220;Disable Two-Factor Authentication in Ubuntu&#8221;.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Martin		</title>
		<link>https://www.tecmint.com/enable-two-factor-authentication-in-ubuntu/comment-page-1/#comment-1464409</link>

		<dc:creator><![CDATA[Aaron Martin]]></dc:creator>
		<pubDate>Mon, 29 Mar 2021 12:49:11 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=41772#comment-1464409</guid>

					<description><![CDATA[Thanks for this article! It has been getting a bit cumbersome for me, however, and since my laptop rarely leaves the house, it is probably not necessary. Can this be deleted, or must we just &quot;&lt;strong&gt;disable&lt;/strong&gt;&quot; using the &quot;&lt;strong&gt;Disable Two-Factor Authentication in Ubuntu&lt;/strong&gt;&quot; section? I used &lt;strong&gt;dpkg --list&lt;/strong&gt; to search for google-authenticator from the terminal in order to try to delete, but the search did not come up with anything (I did see libpam-google-authenticator, however).]]></description>
			<content:encoded><![CDATA[<p>Thanks for this article! It has been getting a bit cumbersome for me, however, and since my laptop rarely leaves the house, it is probably not necessary. Can this be deleted, or must we just &#8220;<strong>disable</strong>&#8221; using the &#8220;<strong>Disable Two-Factor Authentication in Ubuntu</strong>&#8221; section? I used <strong>dpkg &#8211;list</strong> to search for google-authenticator from the terminal in order to try to delete, but the search did not come up with anything (I did see libpam-google-authenticator, however).</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: James Kiarie		</title>
		<link>https://www.tecmint.com/enable-two-factor-authentication-in-ubuntu/comment-page-1/#comment-1452518</link>

		<dc:creator><![CDATA[James Kiarie]]></dc:creator>
		<pubDate>Wed, 17 Mar 2021 11:42:16 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=41772#comment-1452518</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/enable-two-factor-authentication-in-ubuntu/comment-page-1/#comment-1451815&quot;&gt;dark&lt;/a&gt;.

Hey dark, sadly you would have to disable the multi-factor authentication altogether to achieve this.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/enable-two-factor-authentication-in-ubuntu/comment-page-1/#comment-1451815">dark</a>.</p>
<p>Hey dark, sadly you would have to disable the multi-factor authentication altogether to achieve this.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
