<?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: Systems Administration: Remote Access</title>
	<atom:link href="http://doctormo.org/2009/08/26/systems-administration-remote-access/feed/" rel="self" type="application/rss+xml" />
	<link>http://doctormo.org/2009/08/26/systems-administration-remote-access/</link>
	<description>Just this guy, you know.</description>
	<lastBuildDate>Mon, 07 May 2012 13:19:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Alan Pope</title>
		<link>http://doctormo.org/2009/08/26/systems-administration-remote-access/comment-page-1/#comment-1605</link>
		<dc:creator>Alan Pope</dc:creator>
		<pubDate>Wed, 26 Aug 2009 23:58:10 +0000</pubDate>
		<guid isPermaLink="false">http://doctormo.wordpress.com/?p=1082#comment-1605</guid>
		<description>Minor typo in the overview sheet

&quot;Scp ~/.ssh/dsa_key.pub student@192.168.50.14:~/.ssh/authorized_keys&quot;

should be &quot;scp&quot; not &quot;Scp&quot;.</description>
		<content:encoded><![CDATA[<p>Minor typo in the overview sheet</p>
<p>&#8220;Scp ~/.ssh/dsa_key.pub <a href="mailto:student@192.168.50.14">student@192.168.50.14</a>:~/.ssh/authorized_keys&#8221;</p>
<p>should be &#8220;scp&#8221; not &#8220;Scp&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DarwinSurvivor</title>
		<link>http://doctormo.org/2009/08/26/systems-administration-remote-access/comment-page-1/#comment-1604</link>
		<dc:creator>DarwinSurvivor</dc:creator>
		<pubDate>Wed, 26 Aug 2009 22:56:30 +0000</pubDate>
		<guid isPermaLink="false">http://doctormo.wordpress.com/?p=1082#comment-1604</guid>
		<description>Overall, very nice. There are just a few things I would change:

1) Emphasize disabling password-logins and possibly changing the port number (above 1024). SSH servers sitting on port 22 can get upwards of hundreds of attacks per hour!

2) You have &quot;Scp ~/.ssh/dsa_key.pub student@192.168.50.14:~/.ssh/authorized_keys&quot; in your Overview. Not only should scp be all lowercase (typo), but that only works for the FIRST public key you want to add. ssh has a VERY nice utility called &quot;ssh-copy-id student@192.168.50.14&quot; It is simpler and works for multiple users.

3) Show off some of the cool stuff you can do such as sftp and sshfs.</description>
		<content:encoded><![CDATA[<p>Overall, very nice. There are just a few things I would change:</p>
<p>1) Emphasize disabling password-logins and possibly changing the port number (above 1024). SSH servers sitting on port 22 can get upwards of hundreds of attacks per hour!</p>
<p>2) You have &#8220;Scp ~/.ssh/dsa_key.pub <a href="mailto:student@192.168.50.14">student@192.168.50.14</a>:~/.ssh/authorized_keys&#8221; in your Overview. Not only should scp be all lowercase (typo), but that only works for the FIRST public key you want to add. ssh has a VERY nice utility called &#8220;ssh-copy-id <a href="mailto:student@192.168.50.14">student@192.168.50.14</a>&#8221; It is simpler and works for multiple users.</p>
<p>3) Show off some of the cool stuff you can do such as sftp and sshfs.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

