<?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: LinkStation Pro Duo, enabling SSH</title>
	<atom:link href="http://cpradio.org/personal/linkstation-pro-duo-enabling-ssh/feed/" rel="self" type="application/rss+xml" />
	<link>http://cpradio.org/personal/linkstation-pro-duo-enabling-ssh/</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>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>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>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>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>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>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>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.287 seconds -->
