<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: Password free secure copy  // SCP &#038; SSH</title>
	<atom:link href="http://www.accessdataservices.com/blog/password-free-secure-copy/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.accessdataservices.com/blog/password-free-secure-copy/</link>
	<description>Miscellaneous Computer Technology Notes</description>
	<pubDate>Wed, 07 Jan 2009 02:35:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Gare</title>
		<link>http://www.accessdataservices.com/blog/password-free-secure-copy/comment-page-1/#comment-10062</link>
		<dc:creator>Gare</dc:creator>
		<pubDate>Tue, 18 Dec 2007 02:08:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.accessdataservices.com/blog/wordpress/?p=20#comment-10062</guid>
		<description>Thanks for comment!  Fixed.  Glad article was helpful to someone - I know that it has helped me many times over.</description>
		<content:encoded><![CDATA[<p>Thanks for comment!  Fixed.  Glad article was helpful to someone - I know that it has helped me many times over.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve K</title>
		<link>http://www.accessdataservices.com/blog/password-free-secure-copy/comment-page-1/#comment-10061</link>
		<dc:creator>Steve K</dc:creator>
		<pubDate>Tue, 18 Dec 2007 01:35:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.accessdataservices.com/blog/wordpress/?p=20#comment-10061</guid>
		<description>In Step #6 above, 
"Or, if you are logging in as a user, for example, clyde, it would be in /home/clyde/authorized_keys. "

omits the .ssh directory.  should be:

"Or, if you are logging in as a user, for example, clyde, it would be in /home/clyde/.ssh/authorized_keys. "

Otherwise, thanks, very helpful.</description>
		<content:encoded><![CDATA[<p>In Step #6 above,<br />
&#8220;Or, if you are logging in as a user, for example, clyde, it would be in /home/clyde/authorized_keys. &#8221;</p>
<p>omits the .ssh directory.  should be:</p>
<p>&#8220;Or, if you are logging in as a user, for example, clyde, it would be in /home/clyde/.ssh/authorized_keys. &#8221;</p>
<p>Otherwise, thanks, very helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gare</title>
		<link>http://www.accessdataservices.com/blog/password-free-secure-copy/comment-page-1/#comment-5159</link>
		<dc:creator>Gare</dc:creator>
		<pubDate>Tue, 24 Jul 2007 22:36:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.accessdataservices.com/blog/wordpress/?p=20#comment-5159</guid>
		<description>Some Notes on File Permissions:
- the .ssh directory has to be 755 or more restrictive  (that is, only the owner can write to it, not group) or SSH authentication will not work.
- the authorized_keys file in the .ssh directory must be  600 - rw by owner only.</description>
		<content:encoded><![CDATA[<p>Some Notes on File Permissions:<br />
- the .ssh directory has to be 755 or more restrictive  (that is, only the owner can write to it, not group) or SSH authentication will not work.<br />
- the authorized_keys file in the .ssh directory must be  600 - rw by owner only.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: info</title>
		<link>http://www.accessdataservices.com/blog/password-free-secure-copy/comment-page-1/#comment-8</link>
		<dc:creator>info</dc:creator>
		<pubDate>Mon, 24 Apr 2006 18:43:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.accessdataservices.com/blog/wordpress/?p=20#comment-8</guid>
		<description>1 interesting comment from original article:

Copy the ssh key with: Or even simpler with ssh-copy-id

ssh-keygen -t rsa
ssh-copy-id -i identity.pub root@bozo</description>
		<content:encoded><![CDATA[<p>1 interesting comment from original article:</p>
<p>Copy the ssh key with: Or even simpler with ssh-copy-id</p>
<p>ssh-keygen -t rsa<br />
ssh-copy-id -i identity.pub root@bozo</p>
]]></content:encoded>
	</item>
</channel>
</rss>
