<?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 ssh question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/4970329#M784952</link>
    <description>Friends,&lt;BR /&gt;&lt;BR /&gt;While i do an ssh to another machine as root i can do everything perfectly. But when i try it as oracle user, here is the output.&lt;BR /&gt;&lt;BR /&gt;/home/oracle&amp;gt; ssh hp01&lt;BR /&gt;ssh: hp01: host nor service provided, or not known&lt;BR /&gt;/home/oracle&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Anybody has an input.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
    <pubDate>Tue, 28 Mar 2006 18:17:37 GMT</pubDate>
    <dc:creator>Silver_1</dc:creator>
    <dc:date>2006-03-28T18:17:37Z</dc:date>
    <item>
      <title>ssh question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/4970329#M784952</link>
      <description>Friends,&lt;BR /&gt;&lt;BR /&gt;While i do an ssh to another machine as root i can do everything perfectly. But when i try it as oracle user, here is the output.&lt;BR /&gt;&lt;BR /&gt;/home/oracle&amp;gt; ssh hp01&lt;BR /&gt;ssh: hp01: host nor service provided, or not known&lt;BR /&gt;/home/oracle&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Anybody has an input.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Tue, 28 Mar 2006 18:17:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/4970329#M784952</guid>
      <dc:creator>Silver_1</dc:creator>
      <dc:date>2006-03-28T18:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: ssh question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/4970330#M784953</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;No hostname resolution as the oracle user?&lt;BR /&gt;&lt;BR /&gt;Thats rather unusual. &lt;BR /&gt;&lt;BR /&gt;Checklist:&lt;BR /&gt;sshd_config&lt;BR /&gt;ssh_config&lt;BR /&gt;perhaps there is an entry on one or both machines preventing ssh.&lt;BR /&gt;&lt;BR /&gt;Perhaps there is no oracle user on host hp01.&lt;BR /&gt;&lt;BR /&gt;As root, try this&lt;BR /&gt;&lt;BR /&gt;ssh oracle@hp01&lt;BR /&gt;&lt;BR /&gt;If that works, the issue is environment or configuration.&lt;BR /&gt;&lt;BR /&gt;On the target host:&lt;BR /&gt;tail -f /var/adm/syslog/syslog.log&lt;BR /&gt;&lt;BR /&gt;Then ssh to it. See if anything shows up on the log. If there is information it is likely to be helpful in the diagnosis.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 28 Mar 2006 18:43:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/4970330#M784953</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-03-28T18:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: ssh question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/4970331#M784954</link>
      <description>As root it asks for the password.&lt;BR /&gt;&lt;BR /&gt;root@hp01:/etc# ssh oracle@hp02&lt;BR /&gt;Password:&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Mar 2006 18:45:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/4970331#M784954</guid>
      <dc:creator>Silver_1</dc:creator>
      <dc:date>2006-03-28T18:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: ssh question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/4970332#M784955</link>
      <description>You are ssh'ing to hp01 or hp02 since the command you used in your last post is "ssh oracle@hp02" instead of "ssh oracle@hp01" ??</description>
      <pubDate>Tue, 28 Mar 2006 18:48:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/4970332#M784955</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2006-03-28T18:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: ssh question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/4970333#M784956</link>
      <description>There was a bug in some older versions of openssh that caused this issue.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://bugzilla.mindrot.org/show_bug.cgi?id=239" target="_blank"&gt;http://bugzilla.mindrot.org/show_bug.cgi?id=239&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It's been resolved in more recent versions of openssh.</description>
      <pubDate>Tue, 28 Mar 2006 20:00:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/4970333#M784956</guid>
      <dc:creator>Ermin Borovac</dc:creator>
      <dc:date>2006-03-28T20:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: ssh question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/4970334#M784957</link>
      <description>Mistakes in the config files. &lt;BR /&gt;&lt;BR /&gt;Thanks Guys.</description>
      <pubDate>Tue, 28 Mar 2006 20:45:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-question/m-p/4970334#M784957</guid>
      <dc:creator>Silver_1</dc:creator>
      <dc:date>2006-03-28T20:45:41Z</dc:date>
    </item>
  </channel>
</rss>

