<?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>Eugeniy Belyaev &#187; ssh</title>
	<atom:link href="http://zhekanax.ru/tags/ssh/feed/" rel="self" type="application/rss+xml" />
	<link>http://zhekanax.ru</link>
	<description></description>
	<lastBuildDate>Sun, 31 Oct 2010 22:04:05 +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>ssh proxy and tunneling</title>
		<link>http://zhekanax.ru/2009/01/30/ssh-proxy-and-tunneling/</link>
		<comments>http://zhekanax.ru/2009/01/30/ssh-proxy-and-tunneling/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 21:53:31 +0000</pubDate>
		<dc:creator>Eugeniy Belyaev</dc:creator>
				<category><![CDATA[Main]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[socks]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[ssh-tunnel]]></category>

		<guid isPermaLink="false">http://zhekanax.ru/?p=437</guid>
		<description><![CDATA[Все элементарное просто. Себе на заметку: Socks-прокси: ssh -CD 8080 [login@]ssh_host где -С означает сжатие, -D само действие, 8080 локальный порт на котором будет слушать прокси. SSH-туннель: ssh -CL 8022:remote_host:22 [login@]ssh_host 8022 &#8211; локальный порт, remote_host удаленный (если нужен туннель до самого сервера, то пишем localhost), 22 порт машины до которой создается туннель.]]></description>
		<wfw:commentRss>http://zhekanax.ru/2009/01/30/ssh-proxy-and-tunneling/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

