<?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: Remote ssh without password in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-ssh-without-password/m-p/4280956#M335422</link>
    <description>8       ssh-keygen -t dsa -f .ssh/id_dsa&lt;BR /&gt;9       ls -ali .ssh&lt;BR /&gt;10      touch .ssh/authorized_keys2&lt;BR /&gt;11      chmod 640 .ssh/authorized_keys2&lt;BR /&gt;12      ls -ali&lt;BR /&gt;( copy id_dsa.pub file to other machine at $HOME)&lt;BR /&gt;&lt;BR /&gt;13      cat id_dsa.pub&amp;gt;&amp;gt;.ssh/authorized_keys2&lt;BR /&gt;16      rm id_dsa.pub&lt;BR /&gt;&lt;BR /&gt;18      cd .ssh&lt;BR /&gt;20      ln -s authorized_keys2 authorized_keys&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;rau as ftporacl@suxde082 [/home/ftporacl]&lt;BR /&gt;# ls -ali .ssh&lt;BR /&gt;total 64&lt;BR /&gt;   356 drwxr-xr-x   2 ftporacl   users           96 Mar 12 15:25 .&lt;BR /&gt;   319 drwxr-xr-x   3 ftporacl   users         8192 Mar 12 15:24 ..&lt;BR /&gt;   360 lrwxr-xr-x   1 ftporacl   users           16 Mar 12 15:25 authorized_keys -&amp;gt; authorized_keys2&lt;BR /&gt;   359 -rw-r-----   1 ftporacl   users          601 Mar 12 15:22 authorized_keys2&lt;BR /&gt;   357 -rw-------   1 ftporacl   users          668 Mar 12 15:15 id_dsa&lt;BR /&gt;   358 -rw-r--r--   1 ftporacl   users          607 Mar 12 15:15 id_dsa.pub</description>
    <pubDate>Mon, 06 Oct 2008 04:59:50 GMT</pubDate>
    <dc:creator>Sandeep_Chaudhary</dc:creator>
    <dc:date>2008-10-06T04:59:50Z</dc:date>
    <item>
      <title>Remote ssh without password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-ssh-without-password/m-p/4280951#M335417</link>
      <description>I have setup ssh for remote user connection , now user ssh from server A to server B is no need to input password , it works fine .&lt;BR /&gt;&lt;BR /&gt;But server B have a change password policy ( the user is required to change password every month , that means the password will be expired every month ) , so when user ssh to server B , they are required to change password when it was expired , can advise how to let the user is no need to change password when login with remote ssh , but still need to change password when normal login , eg. telnet , ftp etc ? &lt;BR /&gt;&lt;BR /&gt;Thx</description>
      <pubDate>Mon, 06 Oct 2008 02:39:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-ssh-without-password/m-p/4280951#M335417</guid>
      <dc:creator>haeman</dc:creator>
      <dc:date>2008-10-06T02:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: Remote ssh without password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-ssh-without-password/m-p/4280952#M335418</link>
      <description>Make the entry of B server hostname in .rhosts file in perticuler user home directory on server A &amp;amp; vice versa.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;SKR</description>
      <pubDate>Mon, 06 Oct 2008 02:50:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-ssh-without-password/m-p/4280952#M335418</guid>
      <dc:creator>SKR_1</dc:creator>
      <dc:date>2008-10-06T02:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: Remote ssh without password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-ssh-without-password/m-p/4280953#M335419</link>
      <description>&amp;gt;SKR: Make the entry of B server hostname in .rhosts file in particular user home directory on server A &amp;amp; vice versa.&lt;BR /&gt;&lt;BR /&gt;.rhosts has nothing to do with ssh, just rcp, rlogin and remsh.&lt;BR /&gt;&lt;BR /&gt;I would assume there isn't a way to do this, I have to change my password with rlogin and .rhosts.</description>
      <pubDate>Mon, 06 Oct 2008 03:13:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-ssh-without-password/m-p/4280953#M335419</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-10-06T03:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: Remote ssh without password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-ssh-without-password/m-p/4280954#M335420</link>
      <description>check this attachement.</description>
      <pubDate>Mon, 06 Oct 2008 04:17:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-ssh-without-password/m-p/4280954#M335420</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2008-10-06T04:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: Remote ssh without password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-ssh-without-password/m-p/4280955#M335421</link>
      <description>&lt;A href="http://docs.hp.com/en/5991-7493/ch04.html" target="_blank"&gt;http://docs.hp.com/en/5991-7493/ch04.html&lt;/A&gt;</description>
      <pubDate>Mon, 06 Oct 2008 04:34:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-ssh-without-password/m-p/4280955#M335421</guid>
      <dc:creator>Asif Sharif</dc:creator>
      <dc:date>2008-10-06T04:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: Remote ssh without password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-ssh-without-password/m-p/4280956#M335422</link>
      <description>8       ssh-keygen -t dsa -f .ssh/id_dsa&lt;BR /&gt;9       ls -ali .ssh&lt;BR /&gt;10      touch .ssh/authorized_keys2&lt;BR /&gt;11      chmod 640 .ssh/authorized_keys2&lt;BR /&gt;12      ls -ali&lt;BR /&gt;( copy id_dsa.pub file to other machine at $HOME)&lt;BR /&gt;&lt;BR /&gt;13      cat id_dsa.pub&amp;gt;&amp;gt;.ssh/authorized_keys2&lt;BR /&gt;16      rm id_dsa.pub&lt;BR /&gt;&lt;BR /&gt;18      cd .ssh&lt;BR /&gt;20      ln -s authorized_keys2 authorized_keys&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;rau as ftporacl@suxde082 [/home/ftporacl]&lt;BR /&gt;# ls -ali .ssh&lt;BR /&gt;total 64&lt;BR /&gt;   356 drwxr-xr-x   2 ftporacl   users           96 Mar 12 15:25 .&lt;BR /&gt;   319 drwxr-xr-x   3 ftporacl   users         8192 Mar 12 15:24 ..&lt;BR /&gt;   360 lrwxr-xr-x   1 ftporacl   users           16 Mar 12 15:25 authorized_keys -&amp;gt; authorized_keys2&lt;BR /&gt;   359 -rw-r-----   1 ftporacl   users          601 Mar 12 15:22 authorized_keys2&lt;BR /&gt;   357 -rw-------   1 ftporacl   users          668 Mar 12 15:15 id_dsa&lt;BR /&gt;   358 -rw-r--r--   1 ftporacl   users          607 Mar 12 15:15 id_dsa.pub</description>
      <pubDate>Mon, 06 Oct 2008 04:59:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-ssh-without-password/m-p/4280956#M335422</guid>
      <dc:creator>Sandeep_Chaudhary</dc:creator>
      <dc:date>2008-10-06T04:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: Remote ssh without password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-ssh-without-password/m-p/4280957#M335423</link>
      <description>thx Sandeep_Chaudhary's reply ,&lt;BR /&gt;&lt;BR /&gt;can advise in which server ( server A or server B )that I should run the below command , &lt;BR /&gt;&lt;BR /&gt;8 ssh-keygen -t dsa -f .ssh/id_dsa &lt;BR /&gt;9 ls -ali .ssh &lt;BR /&gt;10 touch .ssh/authorized_keys2 &lt;BR /&gt;11 chmod 640 .ssh/authorized_keys2 &lt;BR /&gt;12 ls -ali &lt;BR /&gt;13 cat id_dsa.pub&amp;gt;&amp;gt;.ssh/authorized_keys2 &lt;BR /&gt;16 rm id_dsa.pub &lt;BR /&gt;18 cd .ssh &lt;BR /&gt;20 ln -s authorized_keys2 authorized_keys</description>
      <pubDate>Mon, 06 Oct 2008 05:48:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-ssh-without-password/m-p/4280957#M335423</guid>
      <dc:creator>haeman</dc:creator>
      <dc:date>2008-10-06T05:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: Remote ssh without password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-ssh-without-password/m-p/4280958#M335424</link>
      <description>&lt;!--!*#--&gt;Hi haeman&lt;BR /&gt;&lt;BR /&gt;Here find on which server to do what:&lt;BR /&gt;&lt;BR /&gt;Server A:&lt;BR /&gt;ssh-keygen -t dsa -f .ssh/id_dsa&lt;BR /&gt;&lt;BR /&gt;Server B:&lt;BR /&gt;(first you will need to copy the file from server A to B using scp or other ...)&lt;BR /&gt;cat id_dsa.pub&amp;gt;&amp;gt;.ssh/authorized_keys2&lt;BR /&gt;&lt;BR /&gt;Server A:&lt;BR /&gt;use ssh with the user private key to connect to Server B.&lt;BR /&gt;&lt;BR /&gt;Thats the big steps to make it work, hope it helps.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Thierry</description>
      <pubDate>Mon, 06 Oct 2008 06:20:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-ssh-without-password/m-p/4280958#M335424</guid>
      <dc:creator>Thierry D</dc:creator>
      <dc:date>2008-10-06T06:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: Remote ssh without password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-ssh-without-password/m-p/4280959#M335425</link>
      <description>check my attachement, there is expalanations.</description>
      <pubDate>Mon, 06 Oct 2008 06:28:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-ssh-without-password/m-p/4280959#M335425</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2008-10-06T06:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: Remote ssh without password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-ssh-without-password/m-p/4280960#M335426</link>
      <description>thx reply ,&lt;BR /&gt;&lt;BR /&gt;I am wonder the steps ,&lt;BR /&gt;&lt;BR /&gt;I already set the user from server A is no need to use password to connect server B via ssh , but what I want now is I want the user is NO NEED TO CHANGE PASSWORD ( even the password is expired in server B ) , the above steps is fit the requirement ? thx</description>
      <pubDate>Mon, 06 Oct 2008 06:42:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-ssh-without-password/m-p/4280960#M335426</guid>
      <dc:creator>haeman</dc:creator>
      <dc:date>2008-10-06T06:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: Remote ssh without password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-ssh-without-password/m-p/4280961#M335427</link>
      <description>&lt;!--!*#--&gt;Hi haeman&lt;BR /&gt;&lt;BR /&gt;No you won't need to change the password because it is not password dependent.&lt;BR /&gt;&lt;BR /&gt;Its another mechanism which does not care about password at all&lt;BR /&gt;&lt;BR /&gt;read the link and search for "How to Use RSA Key Authentication with SSH".&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://chxo.com/be2/20030905_77fe.html" target="_blank"&gt;http://chxo.com/be2/20030905_77fe.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Thierry</description>
      <pubDate>Mon, 06 Oct 2008 06:51:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-ssh-without-password/m-p/4280961#M335427</guid>
      <dc:creator>Thierry D</dc:creator>
      <dc:date>2008-10-06T06:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: Remote ssh without password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-ssh-without-password/m-p/4280962#M335428</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;If a acount is locked (and you configgured ssh corectly (pam on)) you have to change the passwd even when you use a key.&lt;BR /&gt;&lt;BR /&gt;the only way to fix this is to use to sepperate users, one for normal login whit the passwd rulles on and one user that does not have the passwd rulles on.&lt;BR /&gt;If you use sudo you can give the one user the rights to switch to the other user.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Oct 2008 07:21:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-ssh-without-password/m-p/4280962#M335428</guid>
      <dc:creator>F Verschuren</dc:creator>
      <dc:date>2008-10-06T07:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: Remote ssh without password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-ssh-without-password/m-p/4280963#M335429</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hpux.ws/?p=19" target="_blank"&gt;http://www.hpux.ws/?p=19&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;They key issue here is ownership and permissions on the home directory and .ssh folder. If not precise password free access will not work.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 06 Oct 2008 07:24:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-ssh-without-password/m-p/4280963#M335429</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-10-06T07:24:49Z</dc:date>
    </item>
  </channel>
</rss>

