<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How To: Tunnel Connections Over SSH</title>
	<atom:link href="http://klkl.co.uk/2008/12/30/how-to-tunnel-connections-over-ssh/feed/" rel="self" type="application/rss+xml" />
	<link>http://klkl.co.uk/2008/12/30/how-to-tunnel-connections-over-ssh/</link>
	<description>it's easy to type</description>
	<lastBuildDate>Wed, 07 Jul 2010 19:41:37 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: klkl</title>
		<link>http://klkl.co.uk/2008/12/30/how-to-tunnel-connections-over-ssh/comment-page-1/#comment-103</link>
		<dc:creator>klkl</dc:creator>
		<pubDate>Wed, 31 Dec 2008 09:07:40 +0000</pubDate>
		<guid isPermaLink="false">http://klkl.co.uk/?p=131#comment-103</guid>
		<description>Thanks for the useful information. It worked out of the box on my service provider&#039;s server possibly with the exception of TCPKeepAlive.</description>
		<content:encoded><![CDATA[<p>Thanks for the useful information. It worked out of the box on my service provider&#8217;s server possibly with the exception of TCPKeepAlive.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: theboywho</title>
		<link>http://klkl.co.uk/2008/12/30/how-to-tunnel-connections-over-ssh/comment-page-1/#comment-102</link>
		<dc:creator>theboywho</dc:creator>
		<pubDate>Wed, 31 Dec 2008 08:56:18 +0000</pubDate>
		<guid isPermaLink="false">http://klkl.co.uk/?p=131#comment-102</guid>
		<description>This wouldn&#039;t work with the default setup of MySQL or SSH (on Gentoo at least).

For the MySQL part to work, the server has to have been set-up to listen on the loopback interface. This is done by removing the &#039;skip-networking&#039; line from the [mysqld] section in my.cnf and adding a line like this:

bind-address = 127.0.0.1

For the SSH server the following options need to be set in sshd.conf for it to accept tunnelling requests:

AllowTCPForwarding Yes
GatewayPorts Yes

This one is probably a good idea so your connection doesn&#039;t get dropped:

TCPKeepAlive Yes</description>
		<content:encoded><![CDATA[<p>This wouldn&#8217;t work with the default setup of MySQL or SSH (on Gentoo at least).</p>
<p>For the MySQL part to work, the server has to have been set-up to listen on the loopback interface. This is done by removing the &#8217;skip-networking&#8217; line from the [mysqld] section in my.cnf and adding a line like this:</p>
<p>bind-address = 127.0.0.1</p>
<p>For the SSH server the following options need to be set in sshd.conf for it to accept tunnelling requests:</p>
<p>AllowTCPForwarding Yes<br />
GatewayPorts Yes</p>
<p>This one is probably a good idea so your connection doesn&#8217;t get dropped:</p>
<p>TCPKeepAlive Yes</p>
]]></content:encoded>
	</item>
</channel>
</rss>
