<?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 not valid password... in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-not-valid-password/m-p/5028238#M542823</link>
    <description>&lt;A href="http://web.tampabay.rr.com/batcave/ServerBuilds.htm#SSH" target="_blank"&gt;http://web.tampabay.rr.com/batcave/ServerBuilds.htm#SSH&lt;/A&gt;</description>
    <pubDate>Wed, 21 Feb 2007 02:26:30 GMT</pubDate>
    <dc:creator>Asif Sharif</dc:creator>
    <dc:date>2007-02-21T02:26:30Z</dc:date>
    <item>
      <title>ssh not valid password...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-not-valid-password/m-p/5028235#M542820</link>
      <description>My friends,&lt;BR /&gt;&lt;BR /&gt;I have one user and I need to connect in other server. But I created a public key in my server and put in other server and not work...&lt;BR /&gt;Its need password &lt;BR /&gt;Please &lt;BR /&gt;Anybody help me???</description>
      <pubDate>Tue, 13 Feb 2007 12:56:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-not-valid-password/m-p/5028235#M542820</guid>
      <dc:creator>Eberno</dc:creator>
      <dc:date>2007-02-13T12:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: ssh not valid password...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-not-valid-password/m-p/5028236#M542821</link>
      <description>See this previous thread - &lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1003395" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1003395&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Maybe you forgot to enable key authentication in sshd_server.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Tue, 13 Feb 2007 14:09:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-not-valid-password/m-p/5028236#M542821</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2007-02-13T14:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: ssh not valid password...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-not-valid-password/m-p/5028237#M542822</link>
      <description>The most common error in adding a public key to a remote server is using vi and not turning off ai and setting wm=0. Each publickey is exactly one line long so check your .ssh/authorized_keys with the wc command. A proper file with 2 keys will have 2 lines:&lt;BR /&gt; &lt;BR /&gt;wc -l /home/bill/.ssh/authorized_keys&lt;BR /&gt;2 /home/bill/.ssh/authorized_keys&lt;BR /&gt; &lt;BR /&gt;So when you create a public key, it must be preserved as 1 line. If the key was created on a local server, you must transfer it to the remote server, either rcp or ftp, or copy-paste. If you copy the key as a file, verify that it arrived OK with the wc -l command. Then simply append the key to the authorized_keys file:&lt;BR /&gt; &lt;BR /&gt;cat mykey &amp;gt;&amp;gt; .ssh/authorized_keys&lt;BR /&gt; &lt;BR /&gt;Then verify the file has the right number of lines (1 for a single key, 2 for 2 keys, etc). &lt;BR /&gt; &lt;BR /&gt;If you want to copy-paste the key, it gets fairly complicated. The reason is that your terminal emulator won't display exactly what is in the key. Most emulators will show only 80 or perhaps 132 characters in width, then either overwrite the last character (losing text) or automatically put the next characters on the next line(s). So you copy the text by highlighting it -- but the emulator you are using will very likely add a newline character after every line of characters. One exception is WRQ's Reflection for HP (NOT Reflection/X) where the option: Concatenate Wrapped Lines = yes will preserve long lines to the clipboard. You'll have to experiment with your emulator.&lt;BR /&gt; &lt;BR /&gt;Once you copied a single line, you start vi on the remote machine and turn off end of line wrap with this commands:&lt;BR /&gt; &lt;BR /&gt;:set noai wm=0&lt;BR /&gt; &lt;BR /&gt;If the authorized_keys file already has keys, type G to go to the last line, then o to add a new line. Paste the line and type escape to finish. Before you close the file, press j and k to go up and down in the file. The cursor MUST move 1 key at a time, NOT 1 line at a time. Exit from the editor and verify that the file has the right number of lines with wc -l.&lt;BR /&gt; &lt;BR /&gt;Very long lines require special handling, a case of what you see is not what you get.</description>
      <pubDate>Tue, 13 Feb 2007 14:38:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-not-valid-password/m-p/5028237#M542822</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2007-02-13T14:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: ssh not valid password...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-not-valid-password/m-p/5028238#M542823</link>
      <description>&lt;A href="http://web.tampabay.rr.com/batcave/ServerBuilds.htm#SSH" target="_blank"&gt;http://web.tampabay.rr.com/batcave/ServerBuilds.htm#SSH&lt;/A&gt;</description>
      <pubDate>Wed, 21 Feb 2007 02:26:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-not-valid-password/m-p/5028238#M542823</guid>
      <dc:creator>Asif Sharif</dc:creator>
      <dc:date>2007-02-21T02:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: ssh not valid password...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-not-valid-password/m-p/5028239#M542824</link>
      <description>My friends,&lt;BR /&gt;&lt;BR /&gt;I fixed my problem, was only permission in my home_directory, &lt;BR /&gt;The permission correcte is 750.&lt;BR /&gt;&lt;BR /&gt;Thanks and points for all</description>
      <pubDate>Thu, 22 Feb 2007 08:24:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-not-valid-password/m-p/5028239#M542824</guid>
      <dc:creator>Eberno</dc:creator>
      <dc:date>2007-02-22T08:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: ssh not valid password...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-not-valid-password/m-p/5028240#M542825</link>
      <description>..</description>
      <pubDate>Thu, 22 Feb 2007 08:25:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-not-valid-password/m-p/5028240#M542825</guid>
      <dc:creator>Eberno</dc:creator>
      <dc:date>2007-02-22T08:25:28Z</dc:date>
    </item>
  </channel>
</rss>

