<?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>ssh | /var/logs/paulooi.log</title>
	<atom:link href="https://logs.paulooi.com/tag/ssh/feed" rel="self" type="application/rss+xml" />
	<link>https://logs.paulooi.com</link>
	<description>Systems Admin, Web Development and etc</description>
	<lastBuildDate>Tue, 18 May 2010 01:31:52 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>Enable SSHD on FreeBSD</title>
		<link>https://logs.paulooi.com/enable-sshd-on-freebsd.php</link>
					<comments>https://logs.paulooi.com/enable-sshd-on-freebsd.php#respond</comments>
		
		<dc:creator><![CDATA[Paul Ooi]]></dc:creator>
		<pubDate>Tue, 18 May 2010 01:30:23 +0000</pubDate>
				<category><![CDATA[Systems]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[remote access]]></category>
		<category><![CDATA[serivces]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[unix]]></category>
		<guid isPermaLink="false">http://systems.takizo.com/?p=975</guid>

					<description><![CDATA[<p>I believe most system admin does remote access to the server. Who doesn&#8217;t enable SSHD on FreeBSD? Almost every new FreeBSD installation, the first thing I will do after installation is enable SSHD Service on FreeBSD. Start the service and...</p>
The post <a href="https://logs.paulooi.com/enable-sshd-on-freebsd.php">Enable SSHD on FreeBSD</a> first appeared on <a href="https://logs.paulooi.com">/var/logs/paulooi.log</a>.]]></description>
										<content:encoded><![CDATA[<p>I believe most system admin does remote access to the server. Who doesn&#8217;t <strong>enable SSHD on FreeBSD</strong>? Almost every new FreeBSD installation, the first thing I will do after installation is enable SSHD Service on FreeBSD. Start the service and remote access from laptop, with a cup of coffee! </p>
<p>To enable SSHD on FreeBSD</p>
<ul>
<li>Edit the file: vi /etc/rc.conf</li>
<li>Add: sshd_enable=&#8221;YES&#8221;</li>
<li>To start sshd service: /etc/rc.d/sshd start</li>
</ul>
<p>If it&#8217;s the first time you enable SSHD, it will generate the keys for the first time. </p>The post <a href="https://logs.paulooi.com/enable-sshd-on-freebsd.php">Enable SSHD on FreeBSD</a> first appeared on <a href="https://logs.paulooi.com">/var/logs/paulooi.log</a>.]]></content:encoded>
					
					<wfw:commentRss>https://logs.paulooi.com/enable-sshd-on-freebsd.php/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
