<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ssh &amp;amp; service guard in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ssh-amp-service-guard/m-p/4921698#M68830</link>
    <description>By the way, there is a secific "serviceguard" category under Linux covering Serviceguard for Linux.  &lt;A href="http://forums1.itrc.hp.com/service/forums/categoryhome.do?categoryId=555" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/categoryhome.do?categoryId=555&lt;/A&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 30 Aug 2005 10:31:43 GMT</pubDate>
    <dc:creator>Serviceguard for Linux</dc:creator>
    <dc:date>2005-08-30T10:31:43Z</dc:date>
    <item>
      <title>ssh &amp; service guard</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ssh-amp-service-guard/m-p/4921691#M68823</link>
      <description>We are currently running a number of processes which use ssh without being prompted for a password.  &lt;BR /&gt;&lt;BR /&gt;The problem occurs when in failover mode.  Instead of our processes sending files to box X with an IP address of 10.10.10.1 it now attempts to send files to box X with an IP address of 10.10.10.2 and the following message is displayed:  &lt;BR /&gt;&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 5e:e0:25:a4:50:c3:cf:e6:6e:da:8f:cc:74:0f:bf:2d.&lt;BR /&gt;Please contact your system administrator.&lt;BR /&gt;Add correct host key in /home/user1/.ssh/known_hosts to get rid of this message.&lt;BR /&gt;Offending key in /home/user1/.ssh/known_hosts:2 RSA host key for X has changed and you have requested strict checking.&lt;BR /&gt;Host key verification failed.&lt;BR /&gt;lost connection&lt;BR /&gt;  &lt;BR /&gt;Any ideas on how to solve this problem?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Mon, 29 Aug 2005 09:44:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ssh-amp-service-guard/m-p/4921691#M68823</guid>
      <dc:creator>Merv Lumarque</dc:creator>
      <dc:date>2005-08-29T09:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: ssh &amp; service guard</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ssh-amp-service-guard/m-p/4921692#M68824</link>
      <description>login to the station as the user you're tryng to reach it via ssh.&lt;BR /&gt;go to $HOME/.ssh directory where $HOME is the home dir of this user,i.e. if the user is root then it would be /root/.ssh&lt;BR /&gt;Edit the file known_hosts find the entry for previous IP (10.10.10.1 in you case)&lt;BR /&gt;and delete it.</description>
      <pubDate>Mon, 29 Aug 2005 10:09:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ssh-amp-service-guard/m-p/4921692#M68824</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2005-08-29T10:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: ssh &amp; service guard</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ssh-amp-service-guard/m-p/4921693#M68825</link>
      <description>In non-failover in need to connect to X server on IP 10.10.10.1 but in fail-over mode in need to connect to X server on IP 10.10.10.2.  &lt;BR /&gt;I know I can remove the entry in my known_hosts file but this only fixes it temporarily.  I will need to remove the entry in the known_hosts file again when I fail the box over.  Is there a way to connect to a different box in failover without having to modify the known_hosts file?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Aug 2005 10:17:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ssh-amp-service-guard/m-p/4921693#M68825</guid>
      <dc:creator>Merv Lumarque</dc:creator>
      <dc:date>2005-08-29T10:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: ssh &amp; service guard</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ssh-amp-service-guard/m-p/4921694#M68826</link>
      <description>You need to clear the entries in the known_hosts files and possibly exchange public keys again.&lt;BR /&gt;&lt;BR /&gt;As far as SG goes, if all ssh traffic to the SG cluster is to a floating IP address, these errors should not occur any more after taking the steps above.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 29 Aug 2005 10:21:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ssh-amp-service-guard/m-p/4921694#M68826</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-08-29T10:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: ssh &amp; service guard</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ssh-amp-service-guard/m-p/4921695#M68827</link>
      <description>I have had a customer make both nodes from his cluster use the same keys for ssh.  So what you do is install SSH on both nodes.  Copy the keys from 1 node to all of the other nodes.  This way the same encryption key is used for all systems.  Then when your client systems ssh into the systems they see the same key.&lt;BR /&gt;&lt;BR /&gt;good luck</description>
      <pubDate>Tue, 30 Aug 2005 09:18:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ssh-amp-service-guard/m-p/4921695#M68827</guid>
      <dc:creator>Emil Velez</dc:creator>
      <dc:date>2005-08-30T09:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: ssh &amp; service guard</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ssh-amp-service-guard/m-p/4921696#M68828</link>
      <description>Thanks for everyone's suggestions.  What we decided to do is modify the StrictHostKeyChecking parameter in the /opt/ssh/etc/ssh_config file directory during failover and set it to no.  Yes, this is a security issue and we have communicated this to the business.&lt;BR /&gt;&lt;BR /&gt;Thanks Again.</description>
      <pubDate>Tue, 30 Aug 2005 09:30:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ssh-amp-service-guard/m-p/4921696#M68828</guid>
      <dc:creator>Merv Lumarque</dc:creator>
      <dc:date>2005-08-30T09:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: ssh &amp; service guard</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ssh-amp-service-guard/m-p/4921697#M68829</link>
      <description>Can you clarify?&lt;BR /&gt;&lt;BR /&gt;It is not clear what processes are the ones that failed over.  From the description, it is also not clear why the IP address is changing.&lt;BR /&gt;&lt;BR /&gt;So are the processes that are doing the ssh the ones that failover?  So can you please describe what is running on the cluster nodes and what is on the client?&lt;BR /&gt;&lt;BR /&gt;Also, after failover, has the ssh "restarted" or is there an assumption that the ssh should still be connected?  If there is an assumption that ssh is still connected, that could be the problem.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Aug 2005 10:29:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ssh-amp-service-guard/m-p/4921697#M68829</guid>
      <dc:creator>Serviceguard for Linux</dc:creator>
      <dc:date>2005-08-30T10:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: ssh &amp; service guard</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ssh-amp-service-guard/m-p/4921698#M68830</link>
      <description>By the way, there is a secific "serviceguard" category under Linux covering Serviceguard for Linux.  &lt;A href="http://forums1.itrc.hp.com/service/forums/categoryhome.do?categoryId=555" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/categoryhome.do?categoryId=555&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Aug 2005 10:31:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ssh-amp-service-guard/m-p/4921698#M68830</guid>
      <dc:creator>Serviceguard for Linux</dc:creator>
      <dc:date>2005-08-30T10:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: ssh &amp; service guard</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ssh-amp-service-guard/m-p/4921699#M68831</link>
      <description>As Emil said before:&lt;BR /&gt;The ONLY way of not getting into this problem&lt;BR /&gt;is to share one hostkey (/etc/ssh/ssh_host*)&lt;BR /&gt;for both servers.&lt;BR /&gt;Simply copy all 3 host keys to the other system.&lt;BR /&gt;Thus, the floating IP has always the same host key... everything is fine :-)&lt;BR /&gt;&lt;BR /&gt;This will be no security issue because the maping is OK, you can activate strict checking again.&lt;BR /&gt;&lt;BR /&gt;Armin&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Aug 2005 10:42:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ssh-amp-service-guard/m-p/4921699#M68831</guid>
      <dc:creator>Armin Kunaschik</dc:creator>
      <dc:date>2005-08-30T10:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: ssh &amp; service guard</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ssh-amp-service-guard/m-p/4921700#M68832</link>
      <description>If you are doing the ssh to the *floating* IP, this problem can't solved by simply copying keys and the known_hosts entry.&lt;BR /&gt;&lt;BR /&gt;Changing StrictHostKeyChecking doesn't help either, nor does changing CheckHostIP.&lt;BR /&gt;At least it didn't for me.&lt;BR /&gt;&lt;BR /&gt;When the package moves to the other node, then the key fingerprint changes (for the floating name/IP) and the ssh to the floating IP fails with this error.&lt;BR /&gt;&lt;BR /&gt;It will still work fine for access to the *node* names/IPs, but *not* the floating name/IP.&lt;BR /&gt;&lt;BR /&gt;I wanted to be able to determine dynamically the hostname from where the package is currently running by doing&lt;BR /&gt;&lt;BR /&gt;# pkgHost=$( ssh pkg-name/IP hostname )&lt;BR /&gt;&lt;BR /&gt;to be able to do special things (like backup things) dynamically.&lt;BR /&gt;I ended up allowing 'remsh' *only* between the nodes. Then&lt;BR /&gt;&lt;BR /&gt;# pkgHost=$( remsh pkg-name/IP hostname )&lt;BR /&gt;&lt;BR /&gt;works fine, of course.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;bv</description>
      <pubDate>Tue, 30 Aug 2005 14:49:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ssh-amp-service-guard/m-p/4921700#M68832</guid>
      <dc:creator>Bob_Vance</dc:creator>
      <dc:date>2005-08-30T14:49:29Z</dc:date>
    </item>
  </channel>
</rss>

