<?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: rexecd in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/rexecd/m-p/4356541#M345477</link>
    <description>Hi Christian,&lt;BR /&gt;&lt;BR /&gt;SSH passwordless login is not a insecure one. It is purely secure authentication. &lt;BR /&gt;&lt;BR /&gt;What we are doing her is, generating a public key for that user and put it on the host where he wants to login. So that this user should be validated with the key we stored and allowed to login. &lt;BR /&gt;&lt;BR /&gt;Note that it is two way authentication. One is host based and other is user level. User cannot login from other servers other than one where we generated the key.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 11 Feb 2009 15:23:37 GMT</pubDate>
    <dc:creator>Ganesan R</dc:creator>
    <dc:date>2009-02-11T15:23:37Z</dc:date>
    <item>
      <title>rexecd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rexecd/m-p/4356537#M345473</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I'm using a third party tools, that use Java in the front end and a legacy application in the back end.  Currently when the java applet initiated a connection with the hpux, the applet will talk to a socket process on the hpux and it will fork another process that will use rexecd and intercept the stdin and stdout to run the application.  How can we do this with ssh, I was told by our third party vendor, that the issue they are facing is ssh, could not be run in an asynchronous way.  &lt;BR /&gt;Any help will be appreciate.&lt;BR /&gt;&lt;BR /&gt;Thansk,</description>
      <pubDate>Wed, 11 Feb 2009 14:33:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rexecd/m-p/4356537#M345473</guid>
      <dc:creator>christian_derek</dc:creator>
      <dc:date>2009-02-11T14:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: rexecd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rexecd/m-p/4356538#M345474</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;I would set up password free access between the owner of the java app and the owner of the objects you are trying to execute.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hpux.ws/?p=10" target="_blank"&gt;http://www.hpux.ws/?p=10&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Need to see more specifics to provide more specific help.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 11 Feb 2009 14:37:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rexecd/m-p/4356538#M345474</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-02-11T14:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: rexecd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rexecd/m-p/4356539#M345475</link>
      <description>Hi Christian,&lt;BR /&gt;&lt;BR /&gt;As SEP said, you need to configure ssh passwordless login for that user. So that the user can login without password and excute whatever he needs..&lt;BR /&gt;&lt;BR /&gt;Let us know if you need the steps to configure SSH password less login.</description>
      <pubDate>Wed, 11 Feb 2009 14:44:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rexecd/m-p/4356539#M345475</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-02-11T14:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: rexecd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rexecd/m-p/4356540#M345476</link>
      <description>I absolutely need to be able to validate the o/s password, the reason is we are passing a pci certification, that certification is related to the credit card processing.  Like I mentionned, the application is currently using rexecd, but we need to desactivated the r function, so they are looking at alternative.&lt;BR /&gt;&lt;BR /&gt;Thanks,</description>
      <pubDate>Wed, 11 Feb 2009 14:49:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rexecd/m-p/4356540#M345476</guid>
      <dc:creator>christian_derek</dc:creator>
      <dc:date>2009-02-11T14:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: rexecd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rexecd/m-p/4356541#M345477</link>
      <description>Hi Christian,&lt;BR /&gt;&lt;BR /&gt;SSH passwordless login is not a insecure one. It is purely secure authentication. &lt;BR /&gt;&lt;BR /&gt;What we are doing her is, generating a public key for that user and put it on the host where he wants to login. So that this user should be validated with the key we stored and allowed to login. &lt;BR /&gt;&lt;BR /&gt;Note that it is two way authentication. One is host based and other is user level. User cannot login from other servers other than one where we generated the key.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Feb 2009 15:23:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rexecd/m-p/4356541#M345477</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-02-11T15:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: rexecd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rexecd/m-p/4356542#M345478</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;the most important thing is that we need to intercept the stdin and stout to be able to talk to the legacy backend application, they told me that they tried with su, but it was only binding to a terminal.&lt;BR /&gt;&lt;BR /&gt;thanks,</description>
      <pubDate>Wed, 11 Feb 2009 18:38:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rexecd/m-p/4356542#M345478</guid>
      <dc:creator>christian_derek</dc:creator>
      <dc:date>2009-02-11T18:38:50Z</dc:date>
    </item>
  </channel>
</rss>

