<?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: Connection problem using remsh in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/connection-problem-using-remsh/m-p/5418635#M530331</link>
    <description>&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="hps"&gt;&amp;gt;Now&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;that&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;will&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;help me with&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;a&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;connection to&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;another server?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="hps"&gt;The machine name in the .rhosts file is the source machine and user.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;&amp;gt;&lt;SPAN class="hps"&gt;I've tried&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;various types of&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;user account&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;and&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;e note&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;this&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;does not allow&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;authentication to&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;qpart&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Is there a way&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;to make&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;a&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;debug&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;and check&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;which user&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;is coming from the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Central&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Instance&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;server&lt;/SPAN&gt;&lt;SPAN&gt;?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;&lt;SPAN&gt;You could also use FQDN or IP addresses for the source machine.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;&lt;SPAN&gt;And if you do it interactively with rlogin and actually type the password, you can get the name of the source machine with "who -u" or using "last -R -x" for user's host and long format.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 15 Dec 2011 03:14:37 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2011-12-15T03:14:37Z</dc:date>
    <item>
      <title>Connection problem using remsh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/connection-problem-using-remsh/m-p/5418343#M530325</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have two HPUX 11.31 and we need to execute some remote commands using remsh from server A to server B. We don't have problems hen this command is executed with root user, but when this command is executed with the flag -l user then we have the message remshd: Login incorrect.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This lines shows the problem and the command running without problem. In server B we have configured $HOME/.rhosts in root and pr0adm user with one line with the host A.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ROOT USER&lt;/P&gt;&lt;P&gt;root@Aserver # remsh Bserver ls /tmp/qps&amp;nbsp;&amp;nbsp; --&amp;gt; OK&lt;/P&gt;&lt;P&gt;qpart.rpc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;root@Aserver # remsh Bserver -l root ls /tmp/qps --&amp;gt; OK&lt;/P&gt;&lt;P&gt;qpart.rpc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;QPART USER&lt;/P&gt;&lt;P&gt;qpart@Aserver # remsh Bserver ls /tmp/qps&amp;nbsp;&amp;nbsp; --&amp;gt; OK&lt;/P&gt;&lt;P&gt;qpart.rpc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;qpart@Aserver # remsh Bserver -l qpart ls /tmp/qps --&amp;gt; OK&lt;/P&gt;&lt;P&gt;qpart.rpc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROBLEM: running remsh from root user using -l qpart&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;root@Aserver # remsh Bserver -l qpart ls /tmp/qps --&amp;gt; PROBLEM&lt;/P&gt;&lt;P&gt;remshd: Login incorrect.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We need run some commands from root user but these command must be executed with qpart user. Is there a way to do this connection?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2011 19:14:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/connection-problem-using-remsh/m-p/5418343#M530325</guid>
      <dc:creator>Wilder Mellotto</dc:creator>
      <dc:date>2011-12-14T19:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: Connection problem using remsh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/connection-problem-using-remsh/m-p/5418353#M530326</link>
      <description>&lt;P&gt;You need to have an entry in the .rhosts file for the qpart user on Bserver that allows the remsh connection from root on Aserver.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example an entry like the following in the .rhosts file for the qpart user:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;aserver root&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2011 19:22:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/connection-problem-using-remsh/m-p/5418353#M530326</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2011-12-14T19:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: Connection problem using remsh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/connection-problem-using-remsh/m-p/5418363#M530327</link>
      <description>&lt;P&gt;This is already done. As you can see in those command above, the connection passwd when the remsh is executed from user qpart to Bserver without problems.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bserver # cat /.rhosts&lt;BR /&gt;Aserver&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bserver # cat /home/qpart/.rhosts&lt;BR /&gt;Aserver&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The .rhosts configuration is ok. I don't have any clues at the moment.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2011 19:36:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/connection-problem-using-remsh/m-p/5418363#M530327</guid>
      <dc:creator>Wilder Mellotto</dc:creator>
      <dc:date>2011-12-14T19:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: Connection problem using remsh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/connection-problem-using-remsh/m-p/5418371#M530328</link>
      <description>&lt;P&gt;No, it is not.&amp;nbsp; If just the hostname is specified in .rhosts, then only the SAME USER from the system specified will be allowed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To allow another user, the hostname AND user name must be specified.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try adding&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Aserver root&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;to /home/qpart/.rhosts&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2011 19:47:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/connection-problem-using-remsh/m-p/5418371#M530328</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2011-12-14T19:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: Connection problem using remsh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/connection-problem-using-remsh/m-p/5418397#M530329</link>
      <description>&lt;P&gt;OK, here are some examples using remsh between two test servers, sg1 and sg2 using accounts root and blh.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On sg2 the .rhosts for root is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# cat /.rhosts&lt;BR /&gt;sg1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On sg2 the .rhosts for user blh is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# cat /home/blh/.rhosts&lt;BR /&gt;sg1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now on SG1 the results of the remsh are:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;running remsh as root on SG1 and going to root on SG2:&lt;/P&gt;&lt;P&gt;# remsh sg2 uname -a&lt;BR /&gt;HP-UX sg2 B.11.23 U 9000/800 111901597 unlimited-user license&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;running remsh as blh on SG1 on going to blh on SG2:&lt;/P&gt;&lt;P&gt;$ remsh sg2 uname -a&lt;BR /&gt;HP-UX sg2 B.11.23 U 9000/800 111901597 unlimited-user license&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;running remsh as root on SG1 and going to blh on SG2:&lt;/P&gt;&lt;P&gt;# remsh sg2 -l blh uname -a&lt;BR /&gt;remshd: Login incorrect.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Oh, it failed!&amp;nbsp; Hmmm...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I added the line 'sg1 root' to the /home/blh/.rhosts file on sg2 so it now looks like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# cat /home/blh/.rhosts&lt;BR /&gt;sg1&lt;BR /&gt;sg1 root&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now let's try remsh from root on SG1 to blh on SG2:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# remsh sg2 -l blh uname -a&lt;BR /&gt;HP-UX sg2 B.11.23 U 9000/800 111901597 unlimited-user license&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now it works!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So you need 'Aserver root' to the /home/qpart/.rhosts on your Bserver to get this to work.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2011 20:28:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/connection-problem-using-remsh/m-p/5418397#M530329</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2011-12-14T20:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: Connection problem using remsh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/connection-problem-using-remsh/m-p/5418499#M530330</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="hps"&gt;Wow,&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;this really&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;was&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;a&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;great answer&lt;/SPAN&gt;&lt;SPAN&gt;, because&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;really&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the setting that&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;I had&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;done was&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;wrong&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;did not have that&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;information I needed&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;to insert the row&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;containing&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the release of&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;root access&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;on my&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;user&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;qpart&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;This&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;was&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;his&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;answer really&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the solution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;Now&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;that&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;will&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;help me with&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;a&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;connection to&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;another server?&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;This case&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;is the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;SAP&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Central&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Instance&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;is running&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;a&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Microsoft&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;suite&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;of&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;RSH&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;with the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;user&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;domain&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;qpart&lt;/SPAN&gt;&lt;SPAN&gt;, but&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;I've tried&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;various types of&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;user account&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;and&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;e note&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;this&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;does not allow&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;authentication to&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;qpart&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Is there a way&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;to make&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;a&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;debug&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;and check&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;which user&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;is coming from the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Central&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Instance&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;server&lt;/SPAN&gt;&lt;SPAN&gt;?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2011 23:04:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/connection-problem-using-remsh/m-p/5418499#M530330</guid>
      <dc:creator>Wilder Mellotto</dc:creator>
      <dc:date>2011-12-14T23:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: Connection problem using remsh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/connection-problem-using-remsh/m-p/5418635#M530331</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="hps"&gt;&amp;gt;Now&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;that&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;will&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;help me with&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;a&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;connection to&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;another server?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="hps"&gt;The machine name in the .rhosts file is the source machine and user.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;&amp;gt;&lt;SPAN class="hps"&gt;I've tried&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;various types of&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;user account&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;and&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;e note&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;this&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;does not allow&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;authentication to&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;qpart&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Is there a way&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;to make&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;a&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;debug&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;and check&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;which user&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;is coming from the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Central&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Instance&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;server&lt;/SPAN&gt;&lt;SPAN&gt;?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;&lt;SPAN&gt;You could also use FQDN or IP addresses for the source machine.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;&lt;SPAN&gt;And if you do it interactively with rlogin and actually type the password, you can get the name of the source machine with "who -u" or using "last -R -x" for user's host and long format.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2011 03:14:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/connection-problem-using-remsh/m-p/5418635#M530331</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-12-15T03:14:37Z</dc:date>
    </item>
  </channel>
</rss>

