<?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>Tech Blog &#187; SSH</title>
	<atom:link href="http://ittrainingexpert.com/tag/ssh/feed/" rel="self" type="application/rss+xml" />
	<link>http://ittrainingexpert.com</link>
	<description>My Tech Journeys</description>
	<lastBuildDate>Wed, 13 Oct 2010 23:02:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to start the SSH server on a MAC (OSX)</title>
		<link>http://ittrainingexpert.com/2010/01/how-to-start-the-ssh-server-on-a-mac-osx/</link>
		<comments>http://ittrainingexpert.com/2010/01/how-to-start-the-ssh-server-on-a-mac-osx/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 03:02:06 +0000</pubDate>
		<dc:creator>expert</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Mac OSX]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://ittrainingexpert.com/2010/01/how-to-start-the-ssh-server-on-a-mac-osx/</guid>
		<description><![CDATA[SSH is a fantastic facility for remotely managing your Mac. This is very easy to enable, you just need to go to System Preferences &#8211;&#62; &#160; Select Sharing under Internet &#38; Wireless &#160; &#160; &#160; Select Remote Login &#160; &#160; &#160; Now it&#8217;s testing time, 1.Test to make sure that the SSH server is running [...]]]></description>
			<content:encoded><![CDATA[<p>SSH is a fantastic facility for remotely managing your Mac. </p>
<p>This is very easy to enable, you just need to go to </p>
<p>System Preferences &#8211;&gt;</p>
<p><a href="http://ittrainingexpert.com/wp-content/uploads/2010/01/macsystempreferencesicon.jpg"><img title="mac system preferences icon" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="60" alt="mac system preferences icon" src="http://ittrainingexpert.com/wp-content/uploads/2010/01/macsystempreferencesicon_thumb.jpg" width="64" border="0" /></a> </p>
<p>&#160;</p>
<p>Select Sharing under Internet &amp; Wireless</p>
<p>&#160;</p>
<p>&#160;<a href="http://ittrainingexpert.com/wp-content/uploads/2010/01/SharingunderInternetWirelessmac2.jpg"><img title="Sharing under Internet &amp; Wireless mac (2)" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="76" alt="Sharing under Internet &amp; Wireless mac (2)" src="http://ittrainingexpert.com/wp-content/uploads/2010/01/SharingunderInternetWirelessmac2_thumb.jpg" width="244" border="0" /></a> </p>
<p>&#160;</p>
<p>Select Remote Login</p>
<p>&#160;</p>
<p><a href="http://ittrainingexpert.com/wp-content/uploads/2010/01/remoteloginmac.jpg"><img title="remote login mac" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="244" alt="remote login mac" src="http://ittrainingexpert.com/wp-content/uploads/2010/01/remoteloginmac_thumb.jpg" width="166" border="0" /></a> </p>
<p>&#160;</p>
<p>&#160;</p>
<p>Now it&#8217;s testing time, </p>
<p>1.Test to make sure that the SSH server is running </p>
<blockquote><p>netstat -ta | grep ssh</p>
</blockquote>
<blockquote><p>you should see some entries listed as below.</p>
</blockquote>
<p>&#160;</p>
<blockquote><p><a href="http://ittrainingexpert.com/wp-content/uploads/2010/01/netstatmac1.jpg"><img title="netstat mac" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="127" alt="netstat mac" src="http://ittrainingexpert.com/wp-content/uploads/2010/01/netstatmac_thumb1.jpg" width="493" border="0" /></a> </p>
</blockquote>
<p>2. Now that you know that the SSH server is running, you can do a quick test on your own mac by logging into the ssh server using the loop back address 127.0.0.1</p>
<blockquote><p>ssh <a href="mailto:yourusername@127.0.0.1">yourusername@127.0.0.1</a></p>
</blockquote>
<p>&#160;</p>
<blockquote><p><a href="http://ittrainingexpert.com/wp-content/uploads/2010/01/sshmac2.jpg"><img title="ssh mac" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="229" alt="ssh mac" src="http://ittrainingexpert.com/wp-content/uploads/2010/01/sshmac_thumb2.jpg" width="485" border="0" /></a> </p>
</blockquote>
<p>&#160;</p>
<p>&#160;</p>
<p>As always please leave a comment below if you need any assistance with doing this on a Mac.</p>
]]></content:encoded>
			<wfw:commentRss>http://ittrainingexpert.com/2010/01/how-to-start-the-ssh-server-on-a-mac-osx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

