<?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: Arch Linux 0.7.1</title>
	<atom:link href="http://blog.linode.com/2006/04/27/arch-linux-071/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.linode.com/2006/04/27/arch-linux-071/</link>
	<description>Announcements, news, and musings from your pals at Linode.com</description>
	<lastBuildDate>Tue, 24 Jan 2012 21:18:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: cmantito</title>
		<link>http://blog.linode.com/2006/04/27/arch-linux-071/comment-page-1/#comment-466</link>
		<dc:creator>cmantito</dc:creator>
		<pubDate>Fri, 28 Apr 2006 01:33:48 +0000</pubDate>
		<guid isPermaLink="false">#comment-466</guid>
		<description>ssh user@hostXX.linode.com
login as root

[code]pacman -Sy     # synchronise the package databases
pacman -S openssh     # install opensshd
echo sshd&#058; ALL &gt;&gt;/etc/hosts.allow     # allow access to it[/code]

alternatively, you could replace that last line with:
[code]echo ALL&#058; ALL&#058; ALLOW &gt;&gt;/etc/hosts.allow     # allow all hosts through &#040;essentially disabling the check&#041;[/code]

then you&#039;re going to want to edit /etc/rc.conf and find the daemons array close to the bottom (line 85), and edit it to include sshd, for example:
[code]DAEMONS=&#040;syslog-ng !hotplug !pcmcia network netfs crond sshd&#041;[/code]

You can also add your other daemons to that array (httpd, mysqld, etc) as long as it (or you) puts an rc script in /etc/rc.d/ that launches with the standard &#039;[i]scriptname[/i] start&#039;. You can put [i]scriptname[/i] into the daemons array to have it start/stopped on boot/shutdown.</description>
		<content:encoded><![CDATA[<p>ssh <a href="mailto:user@hostXX.linode.com">user@hostXX.linode.com</a><br />
login as root</p>
<p>[code]pacman -Sy     # synchronise the package databases<br />
pacman -S openssh     # install opensshd<br />
echo sshd&#58; ALL &gt;&gt;/etc/hosts.allow     # allow access to it[/code]</p>
<p>alternatively, you could replace that last line with:<br />
[code]echo ALL&#58; ALL&#58; ALLOW &gt;&gt;/etc/hosts.allow     # allow all hosts through &#40;essentially disabling the check&#41;[/code]</p>
<p>then you&#8217;re going to want to edit /etc/rc.conf and find the daemons array close to the bottom (line 85), and edit it to include sshd, for example:<br />
[code]DAEMONS=&#40;syslog-ng !hotplug !pcmcia network netfs crond sshd&#41;[/code]</p>
<p>You can also add your other daemons to that array (httpd, mysqld, etc) as long as it (or you) puts an rc script in /etc/rc.d/ that launches with the standard &#8216;[i]scriptname[/i] start&#8217;. You can put [i]scriptname[/i] into the daemons array to have it start/stopped on boot/shutdown.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abarilla</title>
		<link>http://blog.linode.com/2006/04/27/arch-linux-071/comment-page-1/#comment-465</link>
		<dc:creator>abarilla</dc:creator>
		<pubDate>Thu, 27 Apr 2006 20:13:08 +0000</pubDate>
		<guid isPermaLink="false">#comment-465</guid>
		<description>This is great.  

FYI, the hosts.deny file defaults to ALL and SSH isn&#039;t installed by default so you will have to ssh into via hostX.linode.com</description>
		<content:encoded><![CDATA[<p>This is great.  </p>
<p>FYI, the hosts.deny file defaults to ALL and SSH isn&#8217;t installed by default so you will have to ssh into via hostX.linode.com</p>
]]></content:encoded>
	</item>
</channel>
</rss>

