<?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 error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-error/m-p/4223212#M327652</link>
    <description>check your root password on both servers. create a file on both servers root's home directory named .rhosts and in this file add like below&lt;BR /&gt;&lt;BR /&gt;&lt;IP_ADDRESS_OF_HOST&gt; root&lt;/IP_ADDRESS_OF_HOST&gt;</description>
    <pubDate>Thu, 26 Jun 2008 17:15:32 GMT</pubDate>
    <dc:creator>Jeeshan</dc:creator>
    <dc:date>2008-06-26T17:15:32Z</dc:date>
    <item>
      <title>ssh error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-error/m-p/4223208#M327648</link>
      <description>i want to use the comand 'scp'. but i have the error below. &lt;BR /&gt;............&lt;BR /&gt;# scp root@10.x.x.x:/etc/home root@10.x.x.x:/home/&lt;BR /&gt;The authenticity of host '10.x.x.x (10.x.x.x)' can't be established.&lt;BR /&gt;RSA key fingerprint is 8a:3c:c2:33:80:87:80:df:1c:b3:8e:3f:9d:05:63:c5.&lt;BR /&gt;Are you sure you want to continue connecting (yes/no)? yes&lt;BR /&gt;&lt;BR /&gt;Warning: Permanently added '10.x.x.x' (RSA) to the list of known hosts.&lt;BR /&gt;scp root@10.x.x.x:/etc/home root@10.x.x.x:/home/&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Jun 2008 15:53:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-error/m-p/4223208#M327648</guid>
      <dc:creator>kacou</dc:creator>
      <dc:date>2008-06-26T15:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: ssh error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-error/m-p/4223209#M327649</link>
      <description>so, where is your error? or what is confusing you?</description>
      <pubDate>Thu, 26 Jun 2008 15:57:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-error/m-p/4223209#M327649</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2008-06-26T15:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: ssh error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-error/m-p/4223210#M327650</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;This is expected the first time you connect.  The warning is giving you the opportunity to verify that you have never connected to this server.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 26 Jun 2008 16:12:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-error/m-p/4223210#M327650</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-06-26T16:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: ssh error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-error/m-p/4223211#M327651</link>
      <description>when i write the password i have, &lt;BR /&gt;Permission denied, please try again.</description>
      <pubDate>Thu, 26 Jun 2008 16:23:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-error/m-p/4223211#M327651</guid>
      <dc:creator>kacou</dc:creator>
      <dc:date>2008-06-26T16:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: ssh error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-error/m-p/4223212#M327652</link>
      <description>check your root password on both servers. create a file on both servers root's home directory named .rhosts and in this file add like below&lt;BR /&gt;&lt;BR /&gt;&lt;IP_ADDRESS_OF_HOST&gt; root&lt;/IP_ADDRESS_OF_HOST&gt;</description>
      <pubDate>Thu, 26 Jun 2008 17:15:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-error/m-p/4223212#M327652</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2008-06-26T17:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: ssh error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-error/m-p/4223213#M327653</link>
      <description>check your /etc/ssh/sshd_config OR /opt/ssh/etc/sshd_conf OR /opt/secsh/etc/sshd_conf&lt;BR /&gt;&lt;BR /&gt;If there is key value pair&lt;BR /&gt;&lt;BR /&gt;AllowRootLogin=no&lt;BR /&gt;&lt;BR /&gt;make it &lt;BR /&gt;&lt;BR /&gt;AllowRootLogin=yes&lt;BR /&gt;&lt;BR /&gt;and then restart your ssh server&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/secsh restart ( or /sbin/init.d/secsh stop and then /sbin/init.d/secsh start)</description>
      <pubDate>Thu, 26 Jun 2008 17:22:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-error/m-p/4223213#M327653</guid>
      <dc:creator>Srimalik</dc:creator>
      <dc:date>2008-06-26T17:22:03Z</dc:date>
    </item>
  </channel>
</rss>

