<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Zoltan Blog &#187; ssh</title>
	<atom:link href="http://www.zoltanfagyal.com/blog/tag/ssh/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zoltanfagyal.com/blog</link>
	<description></description>
	<lastBuildDate>Wed, 24 Nov 2010 20:38:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to restart SSH (restarting SSHD) remotely?</title>
		<link>http://www.zoltanfagyal.com/blog/2008/03/01/how-to-restart-ssh-restarting-sshd-remotely/</link>
		<comments>http://www.zoltanfagyal.com/blog/2008/03/01/how-to-restart-ssh-restarting-sshd-remotely/#comments</comments>
		<pubDate>Sat, 01 Mar 2008 20:33:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[sshd]]></category>

		<guid isPermaLink="false">http://www.zoltanfagyal.com/blog/2008/03/01/how-to-restart-ssh-restarting-sshd-remotely/</guid>
		<description><![CDATA[There are a few different ways to restart SSHD remotely.
You will need root access in order to do this.
1) /etc/init.d/sshd restart
2) kill `cat /var/run/sshd.pid` &#038;&#038; /usr/sbin/sshd
]]></description>
			<content:encoded><![CDATA[<p>There are a few different ways to restart SSHD remotely.<br />
You will need root access in order to do this.</p>
<p>1) /etc/init.d/sshd restart</p>
<p>2) kill `cat /var/run/sshd.pid` &#038;&#038; /usr/sbin/sshd</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zoltanfagyal.com/blog/2008/03/01/how-to-restart-ssh-restarting-sshd-remotely/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

