<?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>Tachytelic.net &#187; Remote Desktop</title>
	<atom:link href="http://www.tachytelic.net/tag/remote-desktop/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tachytelic.net</link>
	<description></description>
	<lastBuildDate>Sun, 15 Jan 2012 00:24:40 +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>Tunneling RDP over SSH with the version 6 RDP Client</title>
		<link>http://www.tachytelic.net/2007/03/tunneling-rdp-over-ssh-with-the-version-6-rdp-client/</link>
		<comments>http://www.tachytelic.net/2007/03/tunneling-rdp-over-ssh-with-the-version-6-rdp-client/#comments</comments>
		<pubDate>Thu, 01 Mar 2007 12:35:20 +0000</pubDate>
		<dc:creator>Paulie</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Technical Posts]]></category>
		<category><![CDATA[Remote Desktop]]></category>
		<category><![CDATA[Tunneling]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://www.tachytelic.net/?p=7</guid>
		<description><![CDATA[I regularly use SSH to connect to customer systems and tunnel various different sorts of traffic through it (Telnet, ODBC, RDP etc). In certain cases, I have no other method of remote access to systems other than SSH. This has not been a problem until I recently upgraded to Windows Vista which includes remote desktop [...]]]></description>
			<content:encoded><![CDATA[<p>I regularly use SSH to connect to customer systems and tunnel various different sorts of traffic through it (Telnet, ODBC, RDP etc). In certain cases, I have no other method of remote access to systems other than SSH.  </p>
<p>This has not been a problem until I recently upgraded to Windows Vista which includes remote desktop connection v6, which will not allow connections to 127.0.0.1 on any port, it complains with the error message:</p>
<p>&#8220;The client could not connect. You are already connected to the console of this computer.  A new console session cannot be established&#8221;</p>
<p>Which of course is true, if I were trying to connect to 3389.</p>
<p>So today after spending significant effort in the last couple of months I have found a simple solution to the problem:</p>
<li>Instruct your SSH client to listen on all interfaces for connections.  For command line this means adding &#8220;-g&#8221; to your connection.  I am using putty so ticking the box that says &#8220;local ports accept connections from other hosts&#8221; under Connection/SSH/Tunnels will do the job.</li>
<p><img src="http://www.tachytelic.net/images/putty.jpg" alt="Putty" /></p>
<li>In the remote desktop client use <strong>127.0.0.2</strong> as the destination host and it will then happily pass through any tunnels you have created.  For example 127.0.0.2:3390</li>
<p>I realize there probably are not that many people out there using SSH to tunnel RDP, but if you are then RDP 6 has been a real pain until now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tachytelic.net/2007/03/tunneling-rdp-over-ssh-with-the-version-6-rdp-client/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

