<?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 Problem in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ssh-problem/m-p/3200483#M10183</link>
    <description>if you generate a file with ssh-keygen then you should append the content of your .ssh/id_dsa.pub into .ssh/authorized_keys file on destination machine. Is that what you did?</description>
    <pubDate>Tue, 24 Feb 2004 08:39:49 GMT</pubDate>
    <dc:creator>Alexander Chuzhoy</dc:creator>
    <dc:date>2004-02-24T08:39:49Z</dc:date>
    <item>
      <title>SSH Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ssh-problem/m-p/3200482#M10182</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;There are two systems A &amp;amp; B&lt;BR /&gt;I am generating SSH key using ssh_keygen in a file under my home directory. &lt;BR /&gt;This file I am taking from machine A to Machine B under my home /home/prashant/.ssh/authorized_keys. &lt;BR /&gt;Now if I try to do ssh harjit@b&lt;OR ip="" of="" b=""&gt;, &lt;BR /&gt;ideally this shall not ask for password, but it is asking...&lt;BR /&gt;&lt;BR /&gt;I have checked file permissions and everything, bounced sshd and inetd...changed nsswitch.conf, no luck...&lt;BR /&gt;&lt;BR /&gt;Error is given below:&lt;BR /&gt;Feb 24 06:51:41 bslgdc-linux1 sshd[6450]: Authentication refused: bad ownership or modes for directory /home/harjit&lt;BR /&gt;&lt;BR /&gt;Please help..&lt;BR /&gt;&lt;BR /&gt;Will assign points&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Prashant&lt;/OR&gt;</description>
      <pubDate>Tue, 24 Feb 2004 07:36:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ssh-problem/m-p/3200482#M10182</guid>
      <dc:creator>Prashant Zanwar_2</dc:creator>
      <dc:date>2004-02-24T07:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ssh-problem/m-p/3200483#M10183</link>
      <description>if you generate a file with ssh-keygen then you should append the content of your .ssh/id_dsa.pub into .ssh/authorized_keys file on destination machine. Is that what you did?</description>
      <pubDate>Tue, 24 Feb 2004 08:39:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ssh-problem/m-p/3200483#M10183</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2004-02-24T08:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ssh-problem/m-p/3200484#M10184</link>
      <description>yes i did cat id_dsa.pub &amp;gt;&amp;gt; authorized_keys&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Prashant</description>
      <pubDate>Tue, 24 Feb 2004 09:05:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ssh-problem/m-p/3200484#M10184</guid>
      <dc:creator>Prashant Zanwar_2</dc:creator>
      <dc:date>2004-02-24T09:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ssh-problem/m-p/3200485#M10185</link>
      <description>it's because of your security -that's set on .ssh/authorized_keys file. It shouldn't be to "open" toherwise ssh is failing protectively&lt;BR /&gt;chmod it to 644&lt;BR /&gt;_&lt;BR /&gt;chmod the .ssh directory to 700&lt;BR /&gt;+&lt;BR /&gt;see that the owner of the .ssh/authorized_keys file is the correct owner.</description>
      <pubDate>Tue, 24 Feb 2004 09:19:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ssh-problem/m-p/3200485#M10185</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2004-02-24T09:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ssh-problem/m-p/3200486#M10186</link>
      <description>Error is given below:&lt;BR /&gt;Feb 24 06:51:41 bslgdc-linux1 sshd[6450]: Authentication refused: bad ownership or modes for directory /home/harjit&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SSH verifies *recursively* the permission settings down to "/".</description>
      <pubDate>Tue, 24 Feb 2004 10:02:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ssh-problem/m-p/3200486#M10186</guid>
      <dc:creator>Olivier Drouin</dc:creator>
      <dc:date>2004-02-24T10:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ssh-problem/m-p/3200487#M10187</link>
      <description>You may have missed steps in the procedure.&lt;BR /&gt;&lt;BR /&gt;Attaching a good doc.  You can use cat &amp;gt;&amp;gt; instead of X windows.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 24 Feb 2004 10:41:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ssh-problem/m-p/3200487#M10187</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-02-24T10:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ssh-problem/m-p/3200488#M10188</link>
      <description>Looks like the permissions of your local home directory are wrong.&lt;BR /&gt;Remove write-permission for group and world:&lt;BR /&gt;&lt;BR /&gt;chmod go-w $HOME&lt;BR /&gt;&lt;BR /&gt;If things don't work simply remove all&lt;BR /&gt;write permissions for group and world&lt;BR /&gt;of $HOME, $HOME/.ssh and $HOME/.ssh/* on&lt;BR /&gt;both server and client side.&lt;BR /&gt;This fixes 90% of my known ssh problems :-)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Armin&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Feb 2004 04:02:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ssh-problem/m-p/3200488#M10188</guid>
      <dc:creator>Armin Kunaschik</dc:creator>
      <dc:date>2004-02-25T04:02:23Z</dc:date>
    </item>
  </channel>
</rss>

