<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Ssh on Janusworx</title><link>https://janusworx.com/tags/ssh/</link><description>Recent content in Ssh on Janusworx</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>feedback@janusworx.com (Mario Jason Braganza)</managingEditor><webMaster>feedback@janusworx.com (Mario Jason Braganza)</webMaster><copyright>© 2026, Mario Jason Braganza</copyright><lastBuildDate>Tue, 18 Oct 2022 17:38:28 +0530</lastBuildDate><atom:link href="https://janusworx.com/tags/ssh/index.xml" rel="self" type="application/rss+xml"/><item><title>Make SSH Ignore Key, When Logging On to a Fresh Box</title><link>https://janusworx.com/work/make-ssh-ignore-key/</link><pubDate>Tue, 18 Oct 2022 17:38:28 +0530</pubDate><author>feedback@janusworx.com (Mario Jason Braganza)</author><guid>https://janusworx.com/work/make-ssh-ignore-key/</guid><description>&lt;p&gt;Every now and then, I spin up a fresh vm.&lt;br&gt;
And being a creature of habit, I use the same username on my play / experimental vms as my normal login.&lt;br&gt;
So everytime I try to login to such a vm or pi, I get a &lt;code&gt;Too many authentication failures&lt;/code&gt; error.&lt;/p&gt;
&lt;p&gt;So to just get in and start working, I need to tell ssh to ignore my keys and try using passwords as the authentication mechanism.&lt;br&gt;
Like so&lt;/p&gt;
&lt;div class="highlight-wrapper"&gt;&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-shell" data-lang="shell"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;ssh -o &lt;span class="nv"&gt;PreferredAuthentications&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;password -o &lt;span class="nv"&gt;PubkeyAuthentication&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;no jason@ip-address-on-my-network&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;And then I can login and begin the process of locking everything down.&lt;br&gt;
&lt;hr style='margin-left: auto; margin-right: auto; margin-bottom: 40px; margin-top: 50px; width:100px; border: none; background-color:rgb(238, 238, 238); color: rgb(238, 238, 238); height: 1px;'/&gt;
&lt;/p&gt;</description></item></channel></rss>