<?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>Yet another Tech Blog &#187; Mac OS X</title>
	<atom:link href="http://www.yatblog.com/category/mac-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yatblog.com</link>
	<description>The freshest &#38; hottest solutions, not just pointless and endless discussions. Finally a tech blog you can use!</description>
	<lastBuildDate>Mon, 16 Feb 2009 18:36:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Update RubyGems 1.2 to 1.3.1 on Mac OS</title>
		<link>http://www.yatblog.com/2009/02/16/update-rubygems-12-to-131-on-mac-os/</link>
		<comments>http://www.yatblog.com/2009/02/16/update-rubygems-12-to-131-on-mac-os/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 18:36:54 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Ruby On Rails]]></category>

		<guid isPermaLink="false">http://www.yatblog.com/?p=236</guid>
		<description><![CDATA[Due to a nasty bug in RubyGems 1.2, you need to install a special gem to be able to update to version 1.3.1:
# sudo gem install rubygems-update
# sudo update_rubygems
Share This
]]></description>
			<content:encoded><![CDATA[<p>Due to a nasty bug in RubyGems 1.2, you need to install a special gem to be able to update to version 1.3.1:</p>
<div class="codesnip-container" ># sudo gem install rubygems-update<br />
# sudo update_rubygems</div>
<p class="akst_link"><a href="http://www.yatblog.com/?p=236&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_236" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.yatblog.com/2009/02/16/update-rubygems-12-to-131-on-mac-os/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Passwordless SSH Login</title>
		<link>http://www.yatblog.com/2008/11/02/passwordless-ssh-login/</link>
		<comments>http://www.yatblog.com/2008/11/02/passwordless-ssh-login/#comments</comments>
		<pubDate>Sun, 02 Nov 2008 15:47:14 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://www.yatblog.com/?p=230</guid>
		<description><![CDATA[Note: This will only work on UNIX hosts. 
1. Create your private/public key pair, which will create a private key in ~/.ssh/id_rsa a public one in ~/.ssh/id_rsa.pub:
# ssh-keygen -t rsa
2. Now copy your public key over to the remote host:
# scp ~/.ssh/id_rsa.pub username@remote-host.com:~
# ssh username@remote-host.com
# cat ~/id_rsa.pub >> ~/.ssh/authorized_keys
3. You&#8217;re done! You can now access [...]]]></description>
			<content:encoded><![CDATA[<p>Note: This will only work on UNIX hosts. </p>
<p>1. Create your private/public key pair, which will create a private key in <em>~/.ssh/id_rsa</em> a public one in <em>~/.ssh/id_rsa.pub</em>:<br />
# ssh-keygen -t rsa</p>
<p>2. Now copy your public key over to the remote host:<br />
# scp ~/.ssh/id_rsa.pub username@remote-host.com:~<br />
# ssh username@remote-host.com<br />
# cat ~/id_rsa.pub >> ~/.ssh/authorized_keys</p>
<p>3. You&#8217;re done! You can now access the remote host with the same SSH command like before, but won&#8217;t be prompted to enter a password anymore!</p>
<p class="akst_link"><a href="http://www.yatblog.com/?p=230&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_230" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.yatblog.com/2008/11/02/passwordless-ssh-login/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
