<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Imaging and a little bit of OSS &#187; remote host</title>
	<atom:link href="http://nuclear-imaging.info/site_content/tag/remote-host/feed/" rel="self" type="application/rss+xml" />
	<link>http://nuclear-imaging.info/site_content</link>
	<description>Yet another techno blog</description>
	<lastBuildDate>Wed, 04 Jan 2012 18:29:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED</title>
		<link>http://nuclear-imaging.info/site_content/2009/11/10/warning-remote-host-identification-has-changed/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=warning-remote-host-identification-has-changed</link>
		<comments>http://nuclear-imaging.info/site_content/2009/11/10/warning-remote-host-identification-has-changed/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 17:02:52 +0000</pubDate>
		<dc:creator>slash_boot</dc:creator>
				<category><![CDATA[Linux and OSS]]></category>
		<category><![CDATA[remote host]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://nuclear-imaging.info/site_content/?p=312</guid>
		<description><![CDATA[Sometimes when you change some of the IP settings, or are using a different wireless card on a machine that has been registered with a server, and for many other reasons, you might have encountered a warning which would&#8217;ve looked like this: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ IT IS POSSIBLE <a href='http://nuclear-imaging.info/site_content/2009/11/10/warning-remote-host-identification-has-changed/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>Sometimes when you change some of the IP settings, or are using a different wireless card on a machine that has been registered with a server, and for many other reasons, you might have encountered a warning which would&#8217;ve looked like this:</p>
<blockquote><p>@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@<br />
@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!  @<br />
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@<br />
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!<br />
Someone could be eavesdropping on you right now (man-in-the-middle attack)!<br />
It is also possible that the RSA host key has just been changed.<br />
The fingerprint for the RSA key sent by the remote host is<br />
f2:92:1d:da:81:2a:d7:16:0a:48:f0:43:20:1c:f4:b5<br />
&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;..</p></blockquote>
<p>The simplest way to deal with this is to remove the ~/.ssh folder, however this clears out all the exchanged keys with all the ssh machines you have ever communicated with. Removing the ~/.ssh folder would mean that each time you reconnect to a SSH server that you have previously connected to, you will have to confirm that the connection is secure and all that.</p>
<p>There is however another simple way to change just the entry for a specific server in question. At the terminal type in -</p>
<blockquote><p>ssh-keygen -R name_of_the_server.com</p></blockquote>
<p>name_of_the_server.com in the above example would need to be replaced by the actual server name that you are trying to connect.</p>
]]></content:encoded>
			<wfw:commentRss>http://nuclear-imaging.info/site_content/2009/11/10/warning-remote-host-identification-has-changed/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

