<?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>Hints and Kinks &#187; ssh</title>
	<atom:link href="http://matthew.mceachen.us/blog/tags/ssh/feed" rel="self" type="application/rss+xml" />
	<link>http://matthew.mceachen.us/blog</link>
	<description>Tips and tricks and howtos galore</description>
	<lastBuildDate>Wed, 18 Jan 2012 12:17:48 +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>Using Mac OS X 10.5&#8242;s keychain for ssh</title>
		<link>http://matthew.mceachen.us/blog/using-mac-os-x-keychain-for-ssh-526.html</link>
		<comments>http://matthew.mceachen.us/blog/using-mac-os-x-keychain-for-ssh-526.html#comments</comments>
		<pubDate>Sun, 26 Jul 2009 23:09:19 +0000</pubDate>
		<dc:creator>matthew</dc:creator>
				<category><![CDATA[Technical HOWTOs]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[shell hackery]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://matthew.mceachen.us/blog/?p=526</guid>
		<description><![CDATA[The version of ssh that comes with Mac OS X 10.5.6 has a -K option that stores your passphrases in your system&#8217;s keychain. Run this: ssh-add -K [path to private keyfile] Provide your passphrase once when asked, and keychain will &#8230; <a href="http://matthew.mceachen.us/blog/using-mac-os-x-keychain-for-ssh-526.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://matthew.mceachen.us/blog/using-mac-os-x-keychain-for-ssh-526.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Accessing git over ssh on a non-standard port</title>
		<link>http://matthew.mceachen.us/blog/accessing-git-over-ssh-on-a-non-standard-port-217.html</link>
		<comments>http://matthew.mceachen.us/blog/accessing-git-over-ssh-on-a-non-standard-port-217.html#comments</comments>
		<pubDate>Mon, 24 Nov 2008 21:14:46 +0000</pubDate>
		<dc:creator>matthew</dc:creator>
				<category><![CDATA[Technical HOWTOs]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://matthew.mceachen.us/blog/?p=217</guid>
		<description><![CDATA[Simple ssh access to a git repo can be sufficient for a small dev team&#8211;but what if you&#8217;re using a non-standard ssh port? The solution&#8211;do as Linus says. Use ~/.ssh/config. My config now looks like this: Host my.servername.org Port 1234 &#8230; <a href="http://matthew.mceachen.us/blog/accessing-git-over-ssh-on-a-non-standard-port-217.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://matthew.mceachen.us/blog/accessing-git-over-ssh-on-a-non-standard-port-217.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

