<?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>Sys-Admin Information&#039;s &#187; SSH</title>
	<atom:link href="http://sysinfo.bascomp.org/tag/ssh/feed/" rel="self" type="application/rss+xml" />
	<link>http://sysinfo.bascomp.org</link>
	<description></description>
	<lastBuildDate>Wed, 27 Apr 2011 00:10:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Ssh in Solaris</title>
		<link>http://sysinfo.bascomp.org/solaris/ssh-in-solaris/</link>
		<comments>http://sysinfo.bascomp.org/solaris/ssh-in-solaris/#comments</comments>
		<pubDate>Mon, 28 Jan 2008 04:42:03 +0000</pubDate>
		<dc:creator>Gun nee</dc:creator>
				<category><![CDATA[Solaris]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://sysinfo.bascomp.org/2008/01/28/ssh-in-solaris/</guid>
		<description><![CDATA[This post is about service ssh in solaris 9 or 10 Solaris 9 Disable service ssh ? bash&#62; /etc/init.d/sshd stop bash&#62; /etc/rc3.d/S89sshd stop Enable service ssh ? bash&#62; /etc/init.d/sshd start bash&#62; /etc/rc3.d/S89sshd start Refresh service ssh ? bash&#62; kill -HUP `cat /var/run/sshd.pid` Solaris 10 First you can check service ssh with command bash&#62; svcs &#124; [...]]]></description>
			<content:encoded><![CDATA[
