<?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: Linux to HP-UX remsh backup in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/linux-to-hp-ux-remsh-backup/m-p/2994604#M89345</link>
    <description>what about reverse resolution?&lt;BR /&gt;&lt;BR /&gt;nslookup xx.yy.zz.xx ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Vitaly</description>
    <pubDate>Wed, 11 Jun 2003 13:14:45 GMT</pubDate>
    <dc:creator>Vitaly Karasik_1</dc:creator>
    <dc:date>2003-06-11T13:14:45Z</dc:date>
    <item>
      <title>Linux to HP-UX remsh backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-to-hp-ux-remsh-backup/m-p/2994603#M89344</link>
      <description>I'm attempting to back up a Linux machine to one of our HP-UX 11.0 machines using tar &amp;amp; remsh.  I get "remshd: Couldn't look up address for your host".  nslookup returns the correct name &amp;amp; IP on both systems for both systems.  Any ideas?</description>
      <pubDate>Wed, 11 Jun 2003 12:21:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-to-hp-ux-remsh-backup/m-p/2994603#M89344</guid>
      <dc:creator>Ronald Angel</dc:creator>
      <dc:date>2003-06-11T12:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: Linux to HP-UX remsh backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-to-hp-ux-remsh-backup/m-p/2994604#M89345</link>
      <description>what about reverse resolution?&lt;BR /&gt;&lt;BR /&gt;nslookup xx.yy.zz.xx ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Vitaly</description>
      <pubDate>Wed, 11 Jun 2003 13:14:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-to-hp-ux-remsh-backup/m-p/2994604#M89345</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2003-06-11T13:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: Linux to HP-UX remsh backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-to-hp-ux-remsh-backup/m-p/2994605#M89346</link>
      <description>set up the .rhosts files or /etc/hosts.equiv files with IP addresses instead of hostnames.&lt;BR /&gt;&lt;BR /&gt;Then if there is a reallignment of your network names or your DNS server goes down this process will still work.&lt;BR /&gt;&lt;BR /&gt;Openssh and Secure Shell(HP-UX) is a much more secure way to accomplish the same thing without the vulnerabilities involved in your current process.&lt;BR /&gt;&lt;BR /&gt;I'm attaching a doc on password free public key exchange that works on both platforms(I tested it).&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;&lt;BR /&gt;Thanks again to Chris Vail</description>
      <pubDate>Wed, 11 Jun 2003 15:19:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-to-hp-ux-remsh-backup/m-p/2994605#M89346</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-06-11T15:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: Linux to HP-UX remsh backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-to-hp-ux-remsh-backup/m-p/2994606#M89347</link>
      <description>remshd, by default, tries to do a reverse lookup on a host's IP address (i.e., 192.168.0.4 -&amp;gt; myhost.somedomain.com).  &lt;BR /&gt;&lt;BR /&gt;You can disable this by specifying the -s option for remshd in /etc/inetd.conf&lt;BR /&gt;&lt;BR /&gt;shell        stream tcp nowait root /usr/lbin/remshd   remshd -s&lt;BR /&gt;&lt;BR /&gt;(providing you have current patches applied for the r-cmds; the unpatched version of 11.0 does not have this option)&lt;BR /&gt;&lt;BR /&gt;If you have control over DNS, then you could add reverse look-up records for your Linux machine.</description>
      <pubDate>Wed, 11 Jun 2003 18:47:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-to-hp-ux-remsh-backup/m-p/2994606#M89347</guid>
      <dc:creator>Bill Douglass</dc:creator>
      <dc:date>2003-06-11T18:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: Linux to HP-UX remsh backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-to-hp-ux-remsh-backup/m-p/2994607#M89348</link>
      <description>I remsh daily from my linux host to all our HP-UX servers.&lt;BR /&gt;&lt;BR /&gt;I found that in some boxes you have to put the FQDN of the linux box in the .rhosts file. NOt sure why that happens, been over lots of config issues.&lt;BR /&gt;&lt;BR /&gt;anyway, the fasted way to get remsh to work,&lt;BR /&gt;&lt;BR /&gt;is&lt;BR /&gt;&lt;BR /&gt;create a dot r hosts file on the remote machine and add the line&lt;BR /&gt;&lt;BR /&gt;&lt;MAHINE fqdn=""&gt; &lt;LOGIN_ID&gt;&lt;BR /&gt;&lt;BR /&gt;save the file, chmod 400 .rhosts&lt;BR /&gt;&lt;BR /&gt;done,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;peace&lt;BR /&gt;Donny&lt;/LOGIN_ID&gt;&lt;/MAHINE&gt;</description>
      <pubDate>Fri, 20 Jun 2003 01:06:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-to-hp-ux-remsh-backup/m-p/2994607#M89348</guid>
      <dc:creator>Donny Jekels</dc:creator>
      <dc:date>2003-06-20T01:06:33Z</dc:date>
    </item>
  </channel>
</rss>

