<?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: Windows backup using DLINK DNS-323</title>
	<atom:link href="http://www.penoycentral.net/technology/windows-backup-using-dlink-dns-323/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.penoycentral.net/technology/windows-backup-using-dlink-dns-323/</link>
	<description>Misadventures of Penoy Internet tips tricks howtos reviews nonsense rants and fun</description>
	<lastBuildDate>Tue, 09 Mar 2010 19:34:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: anonymous</title>
		<link>http://www.penoycentral.net/technology/windows-backup-using-dlink-dns-323/comment-page-1/#comment-835</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Sun, 16 Nov 2008 01:52:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.penoycentral.net/technology/windows-backup-using-dlink-dns-323/#comment-835</guid>
		<description>change:

copy /mnt/HD_a2/authorized_keys /home/root/.ssh/

to:

cp /mnt/HD_a2/authorized_keys /home/root/.ssh/

in penoi&#039;s script.</description>
		<content:encoded><![CDATA[<p>change:</p>
<p>copy /mnt/HD_a2/authorized_keys /home/root/.ssh/</p>
<p>to:</p>
<p>cp /mnt/HD_a2/authorized_keys /home/root/.ssh/</p>
<p>in penoi&#8217;s script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonymous</title>
		<link>http://www.penoycentral.net/technology/windows-backup-using-dlink-dns-323/comment-page-1/#comment-784</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Wed, 05 Nov 2008 04:59:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.penoycentral.net/technology/windows-backup-using-dlink-dns-323/#comment-784</guid>
		<description>Thanks for the step-by-step instruction.

Rsync is running fine but it&#039;ll always prompt for password. How to make rsync password-less?</description>
		<content:encoded><![CDATA[<p>Thanks for the step-by-step instruction.</p>
<p>Rsync is running fine but it&#8217;ll always prompt for password. How to make rsync password-less?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonymous</title>
		<link>http://www.penoycentral.net/technology/windows-backup-using-dlink-dns-323/comment-page-1/#comment-769</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Thu, 30 Oct 2008 04:23:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.penoycentral.net/technology/windows-backup-using-dlink-dns-323/#comment-769</guid>
		<description>Because I&#039;m using FFP 0.5, I created dlinkssh.sh in /mnt/HD_a2/ffp/start .

For those clueless like me, authorized_keys is a file not folder.

Thanks for the article Penoy.</description>
		<content:encoded><![CDATA[<p>Because I&#8217;m using FFP 0.5, I created dlinkssh.sh in /mnt/HD_a2/ffp/start .</p>
<p>For those clueless like me, authorized_keys is a file not folder.</p>
<p>Thanks for the article Penoy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Penoi</title>
		<link>http://www.penoycentral.net/technology/windows-backup-using-dlink-dns-323/comment-page-1/#comment-29</link>
		<dc:creator>Penoi</dc:creator>
		<pubDate>Wed, 02 Apr 2008 02:56:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.penoycentral.net/technology/windows-backup-using-dlink-dns-323/#comment-29</guid>
		<description>Problem is after reboot, your dlink will not restore your .ssh/authorized_keys. This is a quick fix to resolve this issue

1. copy your authorized_keys
#cp /home/root/.ssh/authorized_keys /mnt/HD_a2/

2. create /mnt/HD_a2/fun_plug.d/dlinkssh.sh
#######################################################
#!/bin/sh
#Author: penoi
#Date: 04.02.2008
#Purpose: Configure SSH authorized keys for DLINK DNS-323

mkdir /home/root/.ssh
copy /mnt/HD_a2/authorized_keys /home/root/.ssh/
chmod 600 /home/root/.ssh/authorized_keys

#######################################################

3. configure dlinkssh.sh to start at reboot
#chmod a+x /mnt/HD_a2/fun_plug.d/dlinkssh.sh</description>
		<content:encoded><![CDATA[<p>Problem is after reboot, your dlink will not restore your .ssh/authorized_keys. This is a quick fix to resolve this issue</p>
<p>1. copy your authorized_keys<br />
#cp /home/root/.ssh/authorized_keys /mnt/HD_a2/</p>
<p>2. create /mnt/HD_a2/fun_plug.d/dlinkssh.sh<br />
#######################################################<br />
#!/bin/sh<br />
#Author: penoi<br />
#Date: 04.02.2008<br />
#Purpose: Configure SSH authorized keys for DLINK DNS-323</p>
<p>mkdir /home/root/.ssh<br />
copy /mnt/HD_a2/authorized_keys /home/root/.ssh/<br />
chmod 600 /home/root/.ssh/authorized_keys</p>
<p>#######################################################</p>
<p>3. configure dlinkssh.sh to start at reboot<br />
#chmod a+x /mnt/HD_a2/fun_plug.d/dlinkssh.sh</p>
]]></content:encoded>
	</item>
</channel>
</rss>
