<?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: Pushing Files from Windows to Linux/Unix Hosts with cwRsync</title>
	<atom:link href="http://blog.dmitryleskov.com/small-hacks/pushing-files-from-windows-to-linuxunix-hosts-with-cwrsync/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dmitryleskov.com/small-hacks/pushing-files-from-windows-to-linuxunix-hosts-with-cwrsync/</link>
	<description></description>
	<lastBuildDate>Wed, 15 Aug 2018 15:56:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: jack</title>
		<link>http://blog.dmitryleskov.com/small-hacks/pushing-files-from-windows-to-linuxunix-hosts-with-cwrsync/comment-page-1/#comment-4018</link>
		<dc:creator>jack</dc:creator>
		<pubDate>Thu, 18 Jan 2018 14:28:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dmitryleskov.com/?p=485#comment-4018</guid>
		<description>use robocopy.</description>
		<content:encoded><![CDATA[<p>use robocopy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Sullivan</title>
		<link>http://blog.dmitryleskov.com/small-hacks/pushing-files-from-windows-to-linuxunix-hosts-with-cwrsync/comment-page-1/#comment-3453</link>
		<dc:creator>John Sullivan</dc:creator>
		<pubDate>Tue, 10 May 2016 17:26:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dmitryleskov.com/?p=485#comment-3453</guid>
		<description>Thom Mason - I worked around the permission error by using File Explorer to select the properties for the private key file.  In the Security tab choose advanced permissions, then change the owner to the Administrator of the local machine rather than your account.  Once I made this change, I stopped getting the permission error.</description>
		<content:encoded><![CDATA[<p>Thom Mason &#8211; I worked around the permission error by using File Explorer to select the properties for the private key file.  In the Security tab choose advanced permissions, then change the owner to the Administrator of the local machine rather than your account.  Once I made this change, I stopped getting the permission error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jake</title>
		<link>http://blog.dmitryleskov.com/small-hacks/pushing-files-from-windows-to-linuxunix-hosts-with-cwrsync/comment-page-1/#comment-3436</link>
		<dc:creator>Jake</dc:creator>
		<pubDate>Thu, 28 Apr 2016 06:45:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dmitryleskov.com/?p=485#comment-3436</guid>
		<description>Thom, 

I struggled with the same and wasted an hour to Google the problem. The fastest way to solve it is to:

1) Install Cygwin. Just install the default settings (i.e. minimal package). It takes about 100MB and just few clicks. https://cygwin.com/install.html

2) Open Cygwin (it opens a Bash console)

3) Go to the directory where your private key lies:

cd /cygdrive/c/Users/YOURUSERNAME/.ssh

4) Run:

chgrp Users PRIVATE_KEY_FILENAME
chmod 600 PRIVATE_KEY_FILENAME

This took some 15 minutes including downloading Cygwin. Much faster than endless Googling without a solution.

I hope someone else struggling with the same problem will find this too!</description>
		<content:encoded><![CDATA[<p>Thom, </p>
<p>I struggled with the same and wasted an hour to Google the problem. The fastest way to solve it is to:</p>
<p>1) Install Cygwin. Just install the default settings (i.e. minimal package). It takes about 100MB and just few clicks. <a href="https://cygwin.com/install.html" rel="nofollow">https://cygwin.com/install.html</a></p>
<p>2) Open Cygwin (it opens a Bash console)</p>
<p>3) Go to the directory where your private key lies:</p>
<p>cd /cygdrive/c/Users/YOURUSERNAME/.ssh</p>
<p>4) Run:</p>
<p>chgrp Users PRIVATE_KEY_FILENAME<br />
chmod 600 PRIVATE_KEY_FILENAME</p>
<p>This took some 15 minutes including downloading Cygwin. Much faster than endless Googling without a solution.</p>
<p>I hope someone else struggling with the same problem will find this too!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thom Mason</title>
		<link>http://blog.dmitryleskov.com/small-hacks/pushing-files-from-windows-to-linuxunix-hosts-with-cwrsync/comment-page-1/#comment-3269</link>
		<dc:creator>Thom Mason</dc:creator>
		<pubDate>Tue, 17 Nov 2015 02:39:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dmitryleskov.com/?p=485#comment-3269</guid>
		<description>When I try this I get WARNING UNPROTECTED PRIVATE KEY FILE

Permissions 0660 for /cygdrive/c/Users/thom_000/.ssh/rsync-only are too open

Can&#039;t find a setting using windows permissions that fixes this

running cwrsync only - not full cygwin</description>
		<content:encoded><![CDATA[<p>When I try this I get WARNING UNPROTECTED PRIVATE KEY FILE</p>
<p>Permissions 0660 for /cygdrive/c/Users/thom_000/.ssh/rsync-only are too open</p>
<p>Can&#8217;t find a setting using windows permissions that fixes this</p>
<p>running cwrsync only &#8211; not full cygwin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek Illchuk</title>
		<link>http://blog.dmitryleskov.com/small-hacks/pushing-files-from-windows-to-linuxunix-hosts-with-cwrsync/comment-page-1/#comment-2884</link>
		<dc:creator>Derek Illchuk</dc:creator>
		<pubDate>Tue, 03 Mar 2015 15:11:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dmitryleskov.com/?p=485#comment-2884</guid>
		<description>Very nice, thank you.  One suggestion: don&#039;t allow SSH to fall back to password authentication, as follows:

-e &quot;ssh -o PasswordAuthentication=no -i...

Otherwise, you may wreak devastation when it defaults to, say, the user&#039;s home directory (vs. what is specified in the authorized_keys rrsync command).</description>
		<content:encoded><![CDATA[<p>Very nice, thank you.  One suggestion: don&#8217;t allow SSH to fall back to password authentication, as follows:</p>
<p>-e &#8220;ssh -o PasswordAuthentication=no -i&#8230;</p>
<p>Otherwise, you may wreak devastation when it defaults to, say, the user&#8217;s home directory (vs. what is specified in the authorized_keys rrsync command).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://blog.dmitryleskov.com/small-hacks/pushing-files-from-windows-to-linuxunix-hosts-with-cwrsync/comment-page-1/#comment-2726</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Sat, 04 Oct 2014 11:42:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dmitryleskov.com/?p=485#comment-2726</guid>
		<description>works great, thx!!!</description>
		<content:encoded><![CDATA[<p>works great, thx!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitry Leskov</title>
		<link>http://blog.dmitryleskov.com/small-hacks/pushing-files-from-windows-to-linuxunix-hosts-with-cwrsync/comment-page-1/#comment-2010</link>
		<dc:creator>Dmitry Leskov</dc:creator>
		<pubDate>Sun, 07 Jul 2013 06:54:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dmitryleskov.com/?p=485#comment-2010</guid>
		<description>I typically copy the &lt;code&gt;cwrsync.cmd&lt;/code&gt; template into the parent of the folder that I need to synchronize. Another option is to place the script right in that folder and add &lt;code&gt;--exclude &quot;cwrsync.*&quot;&lt;/code&gt; to the custom &lt;code&gt;rsync&lt;/code&gt; command line.</description>
		<content:encoded><![CDATA[<p>I typically copy the <code>cwrsync.cmd</code> template into the parent of the folder that I need to synchronize. Another option is to place the script right in that folder and add <code>--exclude "cwrsync.*"</code> to the custom <code>rsync</code> command line.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lley</title>
		<link>http://blog.dmitryleskov.com/small-hacks/pushing-files-from-windows-to-linuxunix-hosts-with-cwrsync/comment-page-1/#comment-1996</link>
		<dc:creator>lley</dc:creator>
		<pubDate>Mon, 24 Jun 2013 21:15:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dmitryleskov.com/?p=485#comment-1996</guid>
		<description>&quot;Back on the Windows system, copy the cwrsync.cmd template script to the desired location&quot;

what do you mean by desired location?

tx</description>
		<content:encoded><![CDATA[<p>&#8220;Back on the Windows system, copy the cwrsync.cmd template script to the desired location&#8221;</p>
<p>what do you mean by desired location?</p>
<p>tx</p>
]]></content:encoded>
	</item>
</channel>
</rss>
