<?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>Wetware &#187; ssh</title>
	<atom:link href="http://www.wetware.co.nz/tag/ssh/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wetware.co.nz</link>
	<description>Getting computers to do stuff so we don&#039;t have too</description>
	<lastBuildDate>Thu, 01 Sep 2011 09:25:42 +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>MySQL Admin via SSH Tunnel</title>
		<link>http://www.wetware.co.nz/2010/03/mysql-admin-via-ssh-tunnel/</link>
		<comments>http://www.wetware.co.nz/2010/03/mysql-admin-via-ssh-tunnel/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 08:30:58 +0000</pubDate>
		<dc:creator>Jordan Carter</dc:creator>
				<category><![CDATA[Server Config]]></category>
		<category><![CDATA[Ubuntu Tricks]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[MySQL Administrator]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://www.wetware.co.nz/blog/?p=475</guid>
		<description><![CDATA[Lets create a ssh tunnel into our remote server so that we can connect MySQL Administrator.  This will trick MySQL Administrator into thinking that it has a local connection to the remote machine when it doesn&#8217;t.  This is great for getting around having only local MySQL access rights while trying to login from a remote [...]]]></description>
		<wfw:commentRss>http://www.wetware.co.nz/2010/03/mysql-admin-via-ssh-tunnel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can&#8217;t Access Github behind proxy or Firewall</title>
		<link>http://www.wetware.co.nz/2010/03/cant-access-github-behind-proxy-or-firewall/</link>
		<comments>http://www.wetware.co.nz/2010/03/cant-access-github-behind-proxy-or-firewall/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 09:45:34 +0000</pubDate>
		<dc:creator>Jordan Carter</dc:creator>
				<category><![CDATA[Server Config]]></category>
		<category><![CDATA[Ubuntu Tricks]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[corkscrew]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[github.com]]></category>
		<category><![CDATA[http proxy]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://www.wetware.co.nz/blog/?p=663</guid>
		<description><![CDATA[Use corkscrew to get through the firewall. You will have to install it from source. website: http://www.agroman.net/corkscrew/ Now edit your ~/.ssh/config file, create it if you haven&#8217;t got one. &#62; cat ~/.ssh/config Host gitproxy User git Hostname ssh.github.com Port 443 ProxyCommand /usr/local/bin/corkscrew proxy.example.com 3128 %h %p IdentityFile /home/jordan/.ssh/id_rsa Now use this proxy when cloning git [...]]]></description>
		<wfw:commentRss>http://www.wetware.co.nz/2010/03/cant-access-github-behind-proxy-or-firewall/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Open remote application window over ssh &#8211; X11</title>
		<link>http://www.wetware.co.nz/2009/12/open-remote-application-window-over-ssh-x11/</link>
		<comments>http://www.wetware.co.nz/2009/12/open-remote-application-window-over-ssh-x11/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 20:18:28 +0000</pubDate>
		<dc:creator>Jordan Carter</dc:creator>
				<category><![CDATA[Ubuntu Tricks]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[sshd]]></category>
		<category><![CDATA[x11]]></category>

		<guid isPermaLink="false">http://www.wetware.co.nz/blog/?p=647</guid>
		<description><![CDATA[You left the office but forgot to leave an application running.  An application that requires it&#8217;s GUI, you try to open it via ssh but &#8220;Error: Can&#8217;t open display&#8221; prevents you. Simple fix here, you will kick yourself. DISPLAY=:0 &#60;command&#62; for me this translated into DISPLAY=:0 transmission What this does is instruct the application to [...]]]></description>
		<wfw:commentRss>http://www.wetware.co.nz/2009/12/open-remote-application-window-over-ssh-x11/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

