<?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 copy in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/remote-copy/m-p/3845342#M24718</link>
    <description>Normally, this happens when StrictModes is enabled and the permissions for the files are not correct.&lt;BR /&gt;&lt;BR /&gt;The StrictModes keyword, with a value of yes (the default), causes sshd to check the permissions of important files and directories. They must be owned by the account owner or by root, and group and world write permission must be disabled.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;For SSH1, StrictModes checks:&lt;BR /&gt;&lt;BR /&gt;    * User's home directory&lt;BR /&gt;&lt;BR /&gt;    * User's ~/.rhosts and ~/.shosts file&lt;BR /&gt;&lt;BR /&gt;    * User's SSH configuration directory, ~/.ssh&lt;BR /&gt;&lt;BR /&gt;    * User's SSH ~/.ssh/authorized_keys file&lt;BR /&gt;&lt;BR /&gt;For OpenSSH, StrictModes checks the same files as for SSH1, plus the user's authorization file for SSH-2 connections, ~/.ssh/authorized_keys2.&lt;BR /&gt;&lt;BR /&gt;You could disable StrictModes in /etc/ssh/sshd_config.&lt;BR /&gt;</description>
    <pubDate>Thu, 17 Aug 2006 09:34:40 GMT</pubDate>
    <dc:creator>Ivan Ferreira</dc:creator>
    <dc:date>2006-08-17T09:34:40Z</dc:date>
    <item>
      <title>remote copy</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-copy/m-p/3845338#M24714</link>
      <description>I want to use ssh from host A to host B with null password , &lt;BR /&gt;&lt;BR /&gt;I have already generate the public key ( ssh-keygen -t rsa ) id_rsa.pub on host A and copy it to host B and rename it to authorized_keys , but when run "ssh host B" , it still ask the password , can advise how to login with null password ? thx&lt;BR /&gt;&lt;BR /&gt;orcdpss@hostB's password</description>
      <pubDate>Thu, 17 Aug 2006 08:56:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-copy/m-p/3845338#M24714</guid>
      <dc:creator>sindodm</dc:creator>
      <dc:date>2006-08-17T08:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: remote copy</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-copy/m-p/3845339#M24715</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;ownership and permissions on home dirctory and .ssh is require.&lt;BR /&gt;&lt;BR /&gt;Quick and dirty procedure:&lt;BR /&gt;&lt;BR /&gt;hosta&lt;BR /&gt;&lt;BR /&gt;scp -o d_rsa.pub hostb:/$PWD/authorized_keys&lt;BR /&gt;&lt;BR /&gt;on host b&lt;BR /&gt;&lt;BR /&gt;scp -o d_rsa.pub hosta:/$PWD/authorized_keys&lt;BR /&gt;&lt;BR /&gt;You will need to generate new public keys, I believe your methodology overwrote the local copy.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Aug 2006 09:10:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-copy/m-p/3845339#M24715</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-08-17T09:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: remote copy</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-copy/m-p/3845340#M24716</link>
      <description>I followed the below link to setup it , but still ask password when ssh , I also found the when use scp , it also ask for password, can advise what can I do ? thx&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.freebsdwiki.net/index.php/SSH:_Passwordless_authentication" target="_blank"&gt;http://www.freebsdwiki.net/index.php/SSH:_Passwordless_authentication&lt;/A&gt;</description>
      <pubDate>Thu, 17 Aug 2006 09:18:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-copy/m-p/3845340#M24716</guid>
      <dc:creator>sindodm</dc:creator>
      <dc:date>2006-08-17T09:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: remote copy</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-copy/m-p/3845341#M24717</link>
      <description>do I need to config some file like system-auth or /etc/ssh/.... ? thx</description>
      <pubDate>Thu, 17 Aug 2006 09:23:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-copy/m-p/3845341#M24717</guid>
      <dc:creator>sindodm</dc:creator>
      <dc:date>2006-08-17T09:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: remote copy</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-copy/m-p/3845342#M24718</link>
      <description>Normally, this happens when StrictModes is enabled and the permissions for the files are not correct.&lt;BR /&gt;&lt;BR /&gt;The StrictModes keyword, with a value of yes (the default), causes sshd to check the permissions of important files and directories. They must be owned by the account owner or by root, and group and world write permission must be disabled.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;For SSH1, StrictModes checks:&lt;BR /&gt;&lt;BR /&gt;    * User's home directory&lt;BR /&gt;&lt;BR /&gt;    * User's ~/.rhosts and ~/.shosts file&lt;BR /&gt;&lt;BR /&gt;    * User's SSH configuration directory, ~/.ssh&lt;BR /&gt;&lt;BR /&gt;    * User's SSH ~/.ssh/authorized_keys file&lt;BR /&gt;&lt;BR /&gt;For OpenSSH, StrictModes checks the same files as for SSH1, plus the user's authorization file for SSH-2 connections, ~/.ssh/authorized_keys2.&lt;BR /&gt;&lt;BR /&gt;You could disable StrictModes in /etc/ssh/sshd_config.&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Aug 2006 09:34:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-copy/m-p/3845342#M24718</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-08-17T09:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: remote copy</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-copy/m-p/3845343#M24719</link>
      <description>What does 'ls -al ~orcdpss/.ssh' show on hostB?</description>
      <pubDate>Thu, 17 Aug 2006 10:53:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-copy/m-p/3845343#M24719</guid>
      <dc:creator>Jonathan Fife</dc:creator>
      <dc:date>2006-08-17T10:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: remote copy</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-copy/m-p/3845344#M24720</link>
      <description>Sindodm,&lt;BR /&gt;&lt;BR /&gt;you can start the sshd on the target server&lt;BR /&gt;with sshd -ddd (most verbose debugging).&lt;BR /&gt;&lt;BR /&gt;then on your initiating system issue an&lt;BR /&gt;ssh -vvv (level 3 verbosity) and then use that to see if you are getting proper authentication.&lt;BR /&gt;&lt;BR /&gt;Most of the Problems I have had with this issue involve permissions on the home directory or the .ssh directory or on the .authroized_keys file.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Scott Palmer</description>
      <pubDate>Fri, 18 Aug 2006 08:32:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-copy/m-p/3845344#M24720</guid>
      <dc:creator>Scott Palmer_1</dc:creator>
      <dc:date>2006-08-18T08:32:51Z</dc:date>
    </item>
  </channel>
</rss>

