<?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: ssh without password in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-without-password/m-p/4417989#M354022</link>
    <description>thx reply ,&lt;BR /&gt;&lt;BR /&gt;if I want to let specific job to password less to run , what can i do ? thx</description>
    <pubDate>Tue, 12 May 2009 06:54:35 GMT</pubDate>
    <dc:creator>heaman1</dc:creator>
    <dc:date>2009-05-12T06:54:35Z</dc:date>
    <item>
      <title>ssh without password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-without-password/m-p/4417987#M354020</link>
      <description>&lt;BR /&gt;I know ssh-keygen -t rsa can public key to let local user login / scp to remote server without password , if I use this method to set it , ALL scp / remote login is no need to input password , can advise if I want only a specific  ( not all ) jobs can do it ( without password to scp / remote login ) , what  can i do ? thx</description>
      <pubDate>Tue, 12 May 2009 06:41:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-without-password/m-p/4417987#M354020</guid>
      <dc:creator>heaman1</dc:creator>
      <dc:date>2009-05-12T06:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: ssh without password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-without-password/m-p/4417988#M354021</link>
      <description>Hi Heaman,&lt;BR /&gt;&lt;BR /&gt;ssh password less login is user specific. If you setup a ssh password less login for a specific user then all ssh/scp/sftp/slogin won't require password to specific destination server where you have put the public key.&lt;BR /&gt;&lt;BR /&gt;I don't think you can restrict with specific job.</description>
      <pubDate>Tue, 12 May 2009 06:51:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-without-password/m-p/4417988#M354021</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-05-12T06:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: ssh without password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-without-password/m-p/4417989#M354022</link>
      <description>thx reply ,&lt;BR /&gt;&lt;BR /&gt;if I want to let specific job to password less to run , what can i do ? thx</description>
      <pubDate>Tue, 12 May 2009 06:54:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-without-password/m-p/4417989#M354022</guid>
      <dc:creator>heaman1</dc:creator>
      <dc:date>2009-05-12T06:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: ssh without password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-without-password/m-p/4417990#M354023</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;As Ganesan stated passwordless ssh will be user specific. &lt;BR /&gt;You can have your job owned by specific user and have that user passwordless authentication using SSH.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,</description>
      <pubDate>Tue, 12 May 2009 07:07:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-without-password/m-p/4417990#M354023</guid>
      <dc:creator>Nido</dc:creator>
      <dc:date>2009-05-12T07:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: ssh without password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-without-password/m-p/4417991#M354024</link>
      <description>thx , &lt;BR /&gt;&lt;BR /&gt;If I would like to do it , except passwordless ssh , is there other method ? thx</description>
      <pubDate>Tue, 12 May 2009 07:22:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-without-password/m-p/4417991#M354024</guid>
      <dc:creator>heaman1</dc:creator>
      <dc:date>2009-05-12T07:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: ssh without password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-without-password/m-p/4417992#M354025</link>
      <description>Hi Heaman1,&lt;BR /&gt;&lt;BR /&gt;If your user is intend to do only that specific job then you can follow below steps :&lt;BR /&gt;&lt;BR /&gt;1)This specific user should have shell /usr/bin/rsh&lt;BR /&gt;2) Create a directory (/home/username/bin) where all your required commands / binaries will reside so this user can execute only these benaries (remotely)&lt;BR /&gt;3)Under this users profile specify PATH variable to : export PATH=/home/username/bin&lt;BR /&gt;4)Whatever command and files you are going to execute should have respective file permissions for this specific user.&lt;BR /&gt;&lt;BR /&gt;Hope, this way around will work in your case.&lt;BR /&gt;&lt;BR /&gt;Please, assign points if the solution found suitable.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;Vikas Thorat</description>
      <pubDate>Tue, 12 May 2009 07:35:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-without-password/m-p/4417992#M354025</guid>
      <dc:creator>Vikas Thorat</dc:creator>
      <dc:date>2009-05-12T07:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: ssh without password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-without-password/m-p/4417993#M354026</link>
      <description>once u downloaded software&lt;BR /&gt;&lt;BR /&gt;please make in users home directory  .ssh directory&lt;BR /&gt;&lt;BR /&gt;if ssh from first server to second server then cut and paste public key from server one  in $HOME/.ssh/authorized_keys on server two&lt;BR /&gt;reverse the process for reverse.&lt;BR /&gt;&lt;BR /&gt;$HOME and $HOME/.ssh must not be writable by group or other.&lt;BR /&gt;&lt;BR /&gt;thanks and regards&lt;BR /&gt;&lt;BR /&gt;Sajjad Sahir</description>
      <pubDate>Tue, 12 May 2009 07:48:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-without-password/m-p/4417993#M354026</guid>
      <dc:creator>Sajjad Sahir</dc:creator>
      <dc:date>2009-05-12T07:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: ssh without password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-without-password/m-p/4417994#M354027</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Just create a new user keep all the things are same means permissions, home directiory but make it passwd less and give to that particular customer.&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Tue, 12 May 2009 08:20:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-without-password/m-p/4417994#M354027</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2009-05-12T08:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: ssh without password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-without-password/m-p/4417995#M354028</link>
      <description>Hi Heaman1,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;If I would like to do it , except passwordless ssh , is there other method ?&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;if you still don't want to go for standard password less login method, you should try with tools like "expect"&lt;BR /&gt;&lt;BR /&gt;With the help of this tool, you can issue password inside the script. You can use that script to ssh/scp/sftp.&lt;BR /&gt;&lt;BR /&gt;You can download expect from here.&lt;BR /&gt;&lt;A href="http://expect.nist.gov/" target="_blank"&gt;http://expect.nist.gov/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Refer this recent thread on how to configure the script.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1337805" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1337805&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also this&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1005570" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1005570&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 12 May 2009 08:35:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-without-password/m-p/4417995#M354028</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-05-12T08:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: ssh without password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-without-password/m-p/4417996#M354029</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Individual users can exchange ssh passwords via public key exchange.&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;SEP</description>
      <pubDate>Tue, 12 May 2009 09:35:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-without-password/m-p/4417996#M354029</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-05-12T09:35:01Z</dc:date>
    </item>
  </channel>
</rss>

