<?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>Case &#187; ssh</title>
	<atom:link href="http://case.net.ru/tag/ssh/feed/" rel="self" type="application/rss+xml" />
	<link>http://case.net.ru</link>
	<description>Just another technical weblog</description>
	<lastBuildDate>Sun, 29 Jan 2012 08:48:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Немного о SSH Tunnels</title>
		<link>http://case.net.ru/2009/01/28/ssh-tunnels/</link>
		<comments>http://case.net.ru/2009/01/28/ssh-tunnels/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 12:41:34 +0000</pubDate>
		<dc:creator>Case</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[tunnel]]></category>

		<guid isPermaLink="false">http://case.net.ru/?p=146</guid>
		<description><![CDATA[Тунель: remotehost -> 127.0.0.1:3389 -ssh-> case.net.ru -> 172.16.127.4:3389 remotehost# ssh -f -N -o port=222 -L 127.0.0.1:3389:172.16.127.4:3389 case.net.ru Тунель: case.net.ru -> 127.0.0.1:8080 -ssh-> remotehost -> yandex.ru 80 remotehost# ssh -f -N -R 127.0.0.1:8080:yandex.ru:80 case.net.ru Используется для: построения цепей, соединения двух клиентов за натами, шифрования соединения.]]></description>
			<content:encoded><![CDATA[<p>Тунель: remotehost -> 127.0.0.1:3389 -ssh-> case.net.ru -> 172.16.127.4:3389</p>
<blockquote><p>remotehost# ssh -f -N -o port=222 -L 127.0.0.1:3389:172.16.127.4:3389 case.net.ru</p></blockquote>
<p>
Тунель: case.net.ru -> 127.0.0.1:8080 -ssh-> remotehost -> yandex.ru 80</p>
<blockquote><p>remotehost# ssh -f -N -R 127.0.0.1:8080:yandex.ru:80 case.net.ru</p></blockquote>
<p>
Используется для: построения цепей, соединения двух клиентов за натами, шифрования соединения.</p>
]]></content:encoded>
			<wfw:commentRss>http://case.net.ru/2009/01/28/ssh-tunnels/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
