<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.ccn.ucla.edu/wiki/index.php?action=history&amp;feed=atom&amp;title=Common_Unix_Errors_and_Solutions</id>
	<title>Common Unix Errors and Solutions - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.ccn.ucla.edu/wiki/index.php?action=history&amp;feed=atom&amp;title=Common_Unix_Errors_and_Solutions"/>
	<link rel="alternate" type="text/html" href="https://www.ccn.ucla.edu/wiki/index.php?title=Common_Unix_Errors_and_Solutions&amp;action=history"/>
	<updated>2026-05-06T06:25:10Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://www.ccn.ucla.edu/wiki/index.php?title=Common_Unix_Errors_and_Solutions&amp;diff=384&amp;oldid=prev</id>
		<title>Ccn admin: 7 revisions</title>
		<link rel="alternate" type="text/html" href="https://www.ccn.ucla.edu/wiki/index.php?title=Common_Unix_Errors_and_Solutions&amp;diff=384&amp;oldid=prev"/>
		<updated>2014-01-16T03:13:08Z</updated>

		<summary type="html">&lt;p&gt;7 revisions&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 03:13, 16 January 2014&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Ccn admin</name></author>
	</entry>
	<entry>
		<id>https://www.ccn.ucla.edu/wiki/index.php?title=Common_Unix_Errors_and_Solutions&amp;diff=383&amp;oldid=prev</id>
		<title>Elau: Undo revision 2770 by Aenalb (talk)</title>
		<link rel="alternate" type="text/html" href="https://www.ccn.ucla.edu/wiki/index.php?title=Common_Unix_Errors_and_Solutions&amp;diff=383&amp;oldid=prev"/>
		<updated>2011-07-07T00:27:32Z</updated>

		<summary type="html">&lt;p&gt;Undo revision 2770 by &lt;a href=&quot;/wiki/index.php/Special:Contributions/Aenalb&quot; title=&quot;Special:Contributions/Aenalb&quot;&gt;Aenalb&lt;/a&gt; (&lt;a href=&quot;/wiki/index.php?title=User_talk:Aenalb&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;User talk:Aenalb (page does not exist)&quot;&gt;talk&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=Cannot log in with SSH: Host Identification Error=&lt;br /&gt;
  @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&lt;br /&gt;
  @    WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!     @&lt;br /&gt;
  @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&lt;br /&gt;
  IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!&lt;br /&gt;
  Someone could be eavesdropping on you right now (man-in-the-middle attack)!&lt;br /&gt;
  It is also possible that the RSA host key has just been changed.&lt;br /&gt;
  The fingerprint for the RSA key sent by the remote host is&lt;br /&gt;
  eb:2b:5f:c3:5e:31:ff:c7:41:2f:c7:bd:ea:18:50:3f.&lt;br /&gt;
  Please contact your system administrator.&lt;br /&gt;
  Add correct host key in /Users/username/.ssh/known_hosts to get rid of this message.&lt;br /&gt;
  Offending key in /Users/username/.ssh/known_hosts:12&lt;br /&gt;
  RSA host key for fmri00-miles.hosted.ats.ucla.edu has changed and you have requested strict checking.&lt;br /&gt;
  Host key verification failed.&lt;br /&gt;
&lt;br /&gt;
This error is likely to occur after:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; a system has been updated &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;if its IP has changed&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
If neither of these have occurred, there *may* be need for concern. However, if these sorts of changes are going on it is perfectly safe to resolve this error with one of the two following fixes.&lt;br /&gt;
&lt;br /&gt;
The first is a bit easier/straight forward, but will require that you reaccept (type &amp;quot;yes&amp;quot; at first ssh login) all future server logins:&lt;br /&gt;
&lt;br /&gt;
 $ rm ~/.ssh/known_hosts&lt;br /&gt;
&lt;br /&gt;
The second is more graceful. It will retain all your past acceptances and only require that you reaccept the current, problematic one:&lt;br /&gt;
&lt;br /&gt;
 1. open ~/.ssh/known_hosts in a text editor&lt;br /&gt;
 2. Remove the line that starts with: &amp;quot;&amp;lt;server host name causing the error&amp;gt;,&amp;lt;server IP causing the error&amp;gt;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
For example, if fmri00-miles.hosted.ats.ucla.edu were producing the error the line that you&amp;#039;d delete would start with something like this:&lt;br /&gt;
 fmri00-miles.hosted.ats.ucla.edu,164.67.183.62 ssh-rsa&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Hint Use the text editor&amp;#039;s search feature, sometimes known_hosts files can have quite a few lines.&lt;/div&gt;</summary>
		<author><name>Elau</name></author>
	</entry>
</feed>