<?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: Another SSH issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/another-ssh-issue/m-p/5172094#M458262</link>
    <description>Permissions on the user home directory were wrong, which I discovered after looking at the syslog on the affected system.</description>
    <pubDate>Tue, 28 Apr 2009 17:51:57 GMT</pubDate>
    <dc:creator>Karen Birkelbach</dc:creator>
    <dc:date>2009-04-28T17:51:57Z</dc:date>
    <item>
      <title>Another SSH issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/another-ssh-issue/m-p/5172087#M458255</link>
      <description>I have a user (oracle) that would like to ssh to all of the oracle servers from one server.  I have generated the RSA and DSA key pairs for the account on the primary server and copied the public keys to the authorized_keys file on each of the servers.  There are some systems that still require a password.  The ones that work without the password are 11.23 boxes, as is the one primary.  The ones still requiring a password are 11.11 servers.  I have looked at permissions on the directories and files, modeled it completely after one of the working clients.  I have even upgraded to the latest version of SSH on both 11.11 and 11.23, so they are matching versions.  I've verified that "UsePAM" is set to yes and uncommented in the sshd_config file.&lt;BR /&gt;&lt;BR /&gt;On the HP-UX 11.11 server:&lt;BR /&gt;# ssh -V&lt;BR /&gt;OpenSSH_5.1p1+sftpfilecontrol-v1.2-hpn13v5, OpenSSL 0.9.8j 07 Jan 2009&lt;BR /&gt;HP-UX Secure Shell-A.05.10.045, HP-UX Secure Shell version&lt;BR /&gt;&lt;BR /&gt;On the HP-UX 11.23 server:&lt;BR /&gt;# ssh -V&lt;BR /&gt;OpenSSH_5.1p1+sftpfilecontrol-v1.2-hpn13v5, OpenSSL 0.9.8j 07 Jan 2009&lt;BR /&gt;HP-UX Secure Shell-A.05.10.046, HP-UX Secure Shell version&lt;BR /&gt;&lt;BR /&gt;I'm not sure what else to check at this point.</description>
      <pubDate>Mon, 27 Apr 2009 20:54:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/another-ssh-issue/m-p/5172087#M458255</guid>
      <dc:creator>Karen Birkelbach</dc:creator>
      <dc:date>2009-04-27T20:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: Another SSH issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/another-ssh-issue/m-p/5172088#M458256</link>
      <description>&lt;!--!*#--&gt;&amp;gt; Another SSH issue&lt;BR /&gt;&lt;BR /&gt;Is that anything like a _problem_?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] the RSA and DSA key pairs [...]&lt;BR /&gt;&lt;BR /&gt;Both?  Why both?  Which one(s) are you using?&lt;BR /&gt;&lt;BR /&gt;The usual next step is to run comparisons&lt;BR /&gt;between working and non-working commands with&lt;BR /&gt;some diagnostics enabled:&lt;BR /&gt;&lt;BR /&gt;      ssh -v [...]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;What's in the users' ".ssh" directories?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] I have looked at permissions [...]&lt;BR /&gt;&lt;BR /&gt;I'm glad that you're happy.  Sadly, my&lt;BR /&gt;psychic powers are too weak to tell me what&lt;BR /&gt;you saw, so I don't know if your joy is&lt;BR /&gt;justified.  As usual, showing actual commands&lt;BR /&gt;with their actual output can be more helpful&lt;BR /&gt;than vague descriptions.&lt;BR /&gt;&lt;BR /&gt;Looking at the server log files can also be&lt;BR /&gt;informative.&lt;BR /&gt;&lt;BR /&gt;A Forum search for "ssh" should find many&lt;BR /&gt;examples of similar experiences.</description>
      <pubDate>Mon, 27 Apr 2009 22:14:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/another-ssh-issue/m-p/5172088#M458256</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-04-27T22:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: Another SSH issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/another-ssh-issue/m-p/5172089#M458257</link>
      <description>That's interesting. I use RSA/DSA key authentication on SSH in 11.11 environment (trusted server) with no problems. &lt;BR /&gt;Does it work the other way around? I.e. can mr oracle ssh to the 11.23 server FROM the 11.11 using just the trusted key?</description>
      <pubDate>Mon, 27 Apr 2009 22:26:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/another-ssh-issue/m-p/5172089#M458257</guid>
      <dc:creator>Mark Fenton</dc:creator>
      <dc:date>2009-04-27T22:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: Another SSH issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/another-ssh-issue/m-p/5172090#M458258</link>
      <description>running the daemon in debug mode on the server(s) one or more of the servers might shed some light on the issue (sshd -ddd_, as would running the client in debug (ssh -vvv).&lt;BR /&gt;&lt;BR /&gt;In addition, you can use the "-p &lt;PORT&gt;" to run both on otherwise unused port so it won't interfere w/ the daemon already running.&lt;BR /&gt;&lt;BR /&gt;one note, permissions on the authorized_keys file *and its parent directory* are critical.&lt;/PORT&gt;</description>
      <pubDate>Mon, 27 Apr 2009 23:47:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/another-ssh-issue/m-p/5172090#M458258</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2009-04-27T23:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: Another SSH issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/another-ssh-issue/m-p/5172091#M458259</link>
      <description>Mr. Schweda, instead of being snotty about not having enough information, just ask for what you want.  As it is, your suggestion to check the logs was the reminder that I needed.  I determined that the home directory permissions were incorrect for password-less login.&lt;BR /&gt;&lt;BR /&gt;Mark, I was able to go server-to-server in reverse.&lt;BR /&gt;&lt;BR /&gt;O.S. - Thanks for the suggestion, that would have been my next step.&lt;BR /&gt;&lt;BR /&gt;I just need to remember to check those logs!</description>
      <pubDate>Tue, 28 Apr 2009 12:57:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/another-ssh-issue/m-p/5172091#M458259</guid>
      <dc:creator>Karen Birkelbach</dc:creator>
      <dc:date>2009-04-28T12:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: Another SSH issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/another-ssh-issue/m-p/5172092#M458260</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] instead of being snotty [...]&lt;BR /&gt;&lt;BR /&gt;Instead of getting all huffy, try to put&lt;BR /&gt;yourself in the position of the reader, who&lt;BR /&gt;can't read your mind, and who doesn't know if&lt;BR /&gt;you know what you're talking about.  It&lt;BR /&gt;remains true that "showing actual commands&lt;BR /&gt;with their actual output can be more helpful&lt;BR /&gt;than vague descriptions."&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Note that if you _really_ knew what you&lt;BR /&gt;were talking about, you might not be asking&lt;BR /&gt;questions in this forum, which makes any&lt;BR /&gt;evidence-free conclusions presented here&lt;BR /&gt;immediately (and reasonably) suspect.</description>
      <pubDate>Tue, 28 Apr 2009 17:22:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/another-ssh-issue/m-p/5172092#M458260</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-04-28T17:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: Another SSH issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/another-ssh-issue/m-p/5172093#M458261</link>
      <description>quoting...&lt;BR /&gt;Instead of getting all huffy, try to put&lt;BR /&gt;yourself in the position of the reader, who&lt;BR /&gt;can't read your mind, and who doesn't know if&lt;BR /&gt;you know what you're talking about.  It&lt;BR /&gt;remains true that "showing actual commands&lt;BR /&gt;with their actual output can be more helpful&lt;BR /&gt;than vague descriptions."&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Note that if you _really_ knew what you&lt;BR /&gt;were talking about, you might not be asking&lt;BR /&gt;questions in this forum, which makes any&lt;BR /&gt;evidence-free conclusions presented here&lt;BR /&gt;immediately (and reasonably) suspect.&lt;BR /&gt;not quoting...&lt;BR /&gt;&lt;BR /&gt;You know, people come here looking for help, not to get blasted.  For your information, I was following the instructions I found in the forum archives.  Forgive me for not telling you that I had.  When you're in a situation of thinking of many things, sometimes things fall through the cracks.  The reaction was to your attitude.  All I'm asking is that you be more compassionate instead of denigrating to people in a bind.  Lucky for you try to be a forgiving person.  You almost got 0 points for that attitude.</description>
      <pubDate>Tue, 28 Apr 2009 17:51:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/another-ssh-issue/m-p/5172093#M458261</guid>
      <dc:creator>Karen Birkelbach</dc:creator>
      <dc:date>2009-04-28T17:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: Another SSH issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/another-ssh-issue/m-p/5172094#M458262</link>
      <description>Permissions on the user home directory were wrong, which I discovered after looking at the syslog on the affected system.</description>
      <pubDate>Tue, 28 Apr 2009 17:51:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/another-ssh-issue/m-p/5172094#M458262</guid>
      <dc:creator>Karen Birkelbach</dc:creator>
      <dc:date>2009-04-28T17:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: Another SSH issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/another-ssh-issue/m-p/5172095#M458263</link>
      <description>&amp;gt; You almost got 0 points for that attitude.&lt;BR /&gt;&lt;BR /&gt;I'd almost care.</description>
      <pubDate>Tue, 28 Apr 2009 18:19:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/another-ssh-issue/m-p/5172095#M458263</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-04-28T18:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: Another SSH issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/another-ssh-issue/m-p/5172096#M458264</link>
      <description>My point, in case you missed it, was that "I&lt;BR /&gt;have looked at permissions" was misleading&lt;BR /&gt;rather than useful, and I explained why.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Permissions [...] were wrong [...]&lt;BR /&gt;&lt;BR /&gt;See?</description>
      <pubDate>Tue, 28 Apr 2009 18:25:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/another-ssh-issue/m-p/5172096#M458264</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-04-28T18:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: Another SSH issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/another-ssh-issue/m-p/5172097#M458265</link>
      <description>Don't feel too bad about it Karen.  He treats everyone that way, and the moderator's don't care.</description>
      <pubDate>Tue, 28 Apr 2009 19:51:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/another-ssh-issue/m-p/5172097#M458265</guid>
      <dc:creator>Paul Maglinger</dc:creator>
      <dc:date>2009-04-28T19:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: Another SSH issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/another-ssh-issue/m-p/5172098#M458266</link>
      <description>&lt;!--!*#--&gt;The moderators don't care about misuse of&lt;BR /&gt;apostrophes, either, but it bothers me&lt;BR /&gt;tremendously.  Not as much as problem&lt;BR /&gt;descriptions which lack obviously important&lt;BR /&gt;information, but tremendously, even so.</description>
      <pubDate>Tue, 28 Apr 2009 20:59:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/another-ssh-issue/m-p/5172098#M458266</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-04-28T20:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: Another SSH issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/another-ssh-issue/m-p/5172099#M458267</link>
      <description>From the forum overview:&lt;BR /&gt;&lt;BR /&gt;Are there rules of conduct I must adhere to? &lt;BR /&gt;The Support Forums community is a valued area with well-behaved members. Everyone benefits from a positive experience. So, HP encourages active and open discussions among the community members, but do insist that conduct is civil - be it posting a message or emailing another member. You may not use or allow others to use your registration membership to: &lt;BR /&gt;&lt;BR /&gt;1. Post or transmit any content that is abusive, vulgar, obscene, hateful, fraudulent, threatening, harassing, defamatory, or which discloses private or personal matters concerning any person.</description>
      <pubDate>Wed, 29 Apr 2009 12:00:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/another-ssh-issue/m-p/5172099#M458267</guid>
      <dc:creator>Paul Maglinger</dc:creator>
      <dc:date>2009-04-29T12:00:36Z</dc:date>
    </item>
  </channel>
</rss>

