<?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 for cpradio's tidbits of information</title>
	<atom:link href="http://cpradio.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://cpradio.org</link>
	<description>my life experience and information that may help others find what they need</description>
	<lastBuildDate>Tue, 03 Mar 2009 21:10:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on LinkStation Pro Duo, enabling SSH by cpradio</title>
		<link>http://cpradio.org/personal/linkstation-pro-duo-enabling-ssh/comment-page-1/#comment-1643</link>
		<dc:creator>cpradio</dc:creator>
		<pubDate>Tue, 03 Mar 2009 21:10:42 +0000</pubDate>
		<guid isPermaLink="false">http://cpradio.org/?p=145#comment-1643</guid>
		<description>Hi Kamal, I have added the sshd_config file from my LinkStation to this post.

Feel free to download it.</description>
		<content:encoded><![CDATA[<p>Hi Kamal, I have added the sshd_config file from my LinkStation to this post.</p>
<p>Feel free to download it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LinkStation Pro Duo, enabling SSH by Kamal Abou Mikhael</title>
		<link>http://cpradio.org/personal/linkstation-pro-duo-enabling-ssh/comment-page-1/#comment-1631</link>
		<dc:creator>Kamal Abou Mikhael</dc:creator>
		<pubDate>Sat, 28 Feb 2009 11:28:57 +0000</pubDate>
		<guid isPermaLink="false">http://cpradio.org/?p=145#comment-1631</guid>
		<description>Can someone make the original LinkStation Duo Pro sshd_config file available on the net?

I had ssh running on my Duo Pro, but one day I was not 

I re-ran acp_commander and found all my data missing and even this key file.</description>
		<content:encoded><![CDATA[<p>Can someone make the original LinkStation Duo Pro sshd_config file available on the net?</p>
<p>I had ssh running on my Duo Pro, but one day I was not </p>
<p>I re-ran acp_commander and found all my data missing and even this key file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LinkStation Pro Duo, enabling SSH by Equinoxefr</title>
		<link>http://cpradio.org/personal/linkstation-pro-duo-enabling-ssh/comment-page-1/#comment-1495</link>
		<dc:creator>Equinoxefr</dc:creator>
		<pubDate>Wed, 21 Jan 2009 17:51:27 +0000</pubDate>
		<guid isPermaLink="false">http://cpradio.org/?p=145#comment-1495</guid>
		<description>Hello,

Thank&#039;s for your tutorial. For steps 7 to 15, if you want, you can do this:

ssh-keygen -t dsa

ssh-copy-id -i /home/XXXX/.ssh/id_dsa YYYY@your_nas

Where XXXX is your local user and YYYY user on your nas. It&#039;s a bit fastest than manual copy.

Pierre</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Thank&#8217;s for your tutorial. For steps 7 to 15, if you want, you can do this:</p>
<p>ssh-keygen -t dsa</p>
<p>ssh-copy-id -i /home/XXXX/.ssh/id_dsa YYYY@your_nas</p>
<p>Where XXXX is your local user and YYYY user on your nas. It&#8217;s a bit fastest than manual copy.</p>
<p>Pierre</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LinkStation Pro Duo, enabling SSH by cpradio</title>
		<link>http://cpradio.org/personal/linkstation-pro-duo-enabling-ssh/comment-page-1/#comment-1494</link>
		<dc:creator>cpradio</dc:creator>
		<pubDate>Tue, 20 Jan 2009 09:44:19 +0000</pubDate>
		<guid isPermaLink="false">http://cpradio.org/?p=145#comment-1494</guid>
		<description>@Volker,

Thanks for the information.  That step doesn&#039;t seem familiar to me by any means, nor a friend of mine so maybe they changed something with the LinkStations again.  I know my initial steps were definitely different than those by another person too (to be fair, mine were entirely different as he hosted root over ssh).

Thanks for the updated and how you fixed it.  That may help a lot of individuals out.</description>
		<content:encoded><![CDATA[<p>@Volker,</p>
<p>Thanks for the information.  That step doesn&#8217;t seem familiar to me by any means, nor a friend of mine so maybe they changed something with the LinkStations again.  I know my initial steps were definitely different than those by another person too (to be fair, mine were entirely different as he hosted root over ssh).</p>
<p>Thanks for the updated and how you fixed it.  That may help a lot of individuals out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LinkStation Pro Duo, enabling SSH by Volker Edelmann</title>
		<link>http://cpradio.org/personal/linkstation-pro-duo-enabling-ssh/comment-page-1/#comment-1493</link>
		<dc:creator>Volker Edelmann</dc:creator>
		<pubDate>Tue, 20 Jan 2009 08:30:50 +0000</pubDate>
		<guid isPermaLink="false">http://cpradio.org/?p=145#comment-1493</guid>
		<description>Hi,
thanks for your very helpful instructions.
I would like to add a hint as for my linkstation

ssh user@localhost

did not work. It resulted in an error related to the machines host key. 
I had to remove the files &quot;/etc/ssh_host_*key*&quot; and regenerate new keys using &quot;ssh-keygen&quot;:

ssh-keygen -t dsa -f /etc/ssh_host_dsa_key
ssh-keygen -t rsa -f /etc/ssh_host_rsa_key

Cheers

Volker</description>
		<content:encoded><![CDATA[<p>Hi,<br />
thanks for your very helpful instructions.<br />
I would like to add a hint as for my linkstation</p>
<p>ssh user@localhost</p>
<p>did not work. It resulted in an error related to the machines host key.<br />
I had to remove the files &#8220;/etc/ssh_host_*key*&#8221; and regenerate new keys using &#8220;ssh-keygen&#8221;:</p>
<p>ssh-keygen -t dsa -f /etc/ssh_host_dsa_key<br />
ssh-keygen -t rsa -f /etc/ssh_host_rsa_key</p>
<p>Cheers</p>
<p>Volker</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LinkStation Pro Duo, enabling SSH by Using rdiff-backup with your LinkStation Pro Duo &#8212; cpradio&#8217;s tidbits of information</title>
		<link>http://cpradio.org/personal/linkstation-pro-duo-enabling-ssh/comment-page-1/#comment-1429</link>
		<dc:creator>Using rdiff-backup with your LinkStation Pro Duo &#8212; cpradio&#8217;s tidbits of information</dc:creator>
		<pubDate>Fri, 05 Dec 2008 03:38:45 +0000</pubDate>
		<guid isPermaLink="false">http://cpradio.org/?p=145#comment-1429</guid>
		<description>[...] &#8592; LinkStation Pro Duo, enabling SSH [...]</description>
		<content:encoded><![CDATA[<p>[...] &larr; LinkStation Pro Duo, enabling SSH [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Let the code work for you. by Pelagia</title>
		<link>http://cpradio.org/work/let-the-code-work-for-you/comment-page-1/#comment-1257</link>
		<dc:creator>Pelagia</dc:creator>
		<pubDate>Tue, 28 Oct 2008 13:26:41 +0000</pubDate>
		<guid isPermaLink="false">http://cpradio.org/work/let-the-code-work-for-you/#comment-1257</guid>
		<description>Good post.</description>
		<content:encoded><![CDATA[<p>Good post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fun with Kiosk by cpradio</title>
		<link>http://cpradio.org/code/ajax/fun-with-kiosk/comment-page-1/#comment-912</link>
		<dc:creator>cpradio</dc:creator>
		<pubDate>Mon, 01 Oct 2007 22:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://cpradio.org/code/ajax/fun-with-kiosk/#comment-912</guid>
		<description>Hi Alfred.  Kiosk is still very much a work in progress, as I haven&#039;t exactly had a lot of spare time to work on it.  Parts are coming along, parts are being refactored to run faster.

I have also converted it from MSAjax&#039;s framework to Prototype and Script.aculo.us for better support and more accurate release dates.

Hopefully, I can get some time this week to put in several of the key components to try and get it to beta.</description>
		<content:encoded><![CDATA[<p>Hi Alfred.  Kiosk is still very much a work in progress, as I haven&#8217;t exactly had a lot of spare time to work on it.  Parts are coming along, parts are being refactored to run faster.</p>
<p>I have also converted it from MSAjax&#8217;s framework to Prototype and Script.aculo.us for better support and more accurate release dates.</p>
<p>Hopefully, I can get some time this week to put in several of the key components to try and get it to beta.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fun with Kiosk by ALfred</title>
		<link>http://cpradio.org/code/ajax/fun-with-kiosk/comment-page-1/#comment-909</link>
		<dc:creator>ALfred</dc:creator>
		<pubDate>Sat, 29 Sep 2007 23:21:30 +0000</pubDate>
		<guid isPermaLink="false">http://cpradio.org/code/ajax/fun-with-kiosk/#comment-909</guid>
		<description>Cool project friend !

When do you finish it? : )


salut.

A.F.</description>
		<content:encoded><![CDATA[<p>Cool project friend !</p>
<p>When do you finish it? : )</p>
<p>salut.</p>
<p>A.F.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Backup a Hard Drive over the Network by Carp</title>
		<link>http://cpradio.org/linux/backup-a-hard-drive-over-the-network/comment-page-1/#comment-892</link>
		<dc:creator>Carp</dc:creator>
		<pubDate>Sun, 19 Aug 2007 19:38:11 +0000</pubDate>
		<guid isPermaLink="false">http://cpradio.org/linux/backup-a-hard-drive-over-the-network/#comment-892</guid>
		<description>That&#039;s a great tip.  I&#039;m sure I will use it.</description>
		<content:encoded><![CDATA[<p>That&#8217;s a great tip.  I&#8217;m sure I will use it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.326 seconds -->
<!-- Cached page served by WP-Cache -->
