<?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>Kerneldump.org &#187; openssh</title>
	<atom:link href="http://blog.kerneldump.org/tag/openssh/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.kerneldump.org</link>
	<description>Uh oh... You've got into my life.</description>
	<lastBuildDate>Sun, 13 Dec 2009 22:54:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>OpenSSH using your HTTP PROXY</title>
		<link>http://blog.kerneldump.org/191/openssh-using-your-http-proxy.dump</link>
		<comments>http://blog.kerneldump.org/191/openssh-using-your-http-proxy.dump#comments</comments>
		<pubDate>Mon, 15 Sep 2008 09:31:40 +0000</pubDate>
		<dc:creator>Blokje</dc:creator>
				<category><![CDATA[blogpost]]></category>
		<category><![CDATA[openssh]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://blog.kerneldump.org/?p=191</guid>
		<description><![CDATA[It is very easy to let openSSH use a proxy for his connection. All you have to do is write a simple configuration in your ~/.ssh/config file Host webhost-over-proxy &#160;&#160;&#160;&#160;User myuser &#160;&#160;&#160;&#160;HostName myhostorip &#160;&#160;&#160;&#160;Port 443 &#160;&#160;&#160;&#160;ServerAliveInterval 30 &#160;&#160;&#160;&#160;ProxyCommand nc -v -x your.proxy.host:80 -X connect ?%h %p All you have to do now is just type [...]]]></description>
		<wfw:commentRss>http://blog.kerneldump.org/191/openssh-using-your-http-proxy.dump/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
