<?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: Secure Remote Desktop on Linux and Windows</title>
	<atom:link href="http://www.codingday.com/secure-remote-desktop-on-linux-and-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codingday.com/secure-remote-desktop-on-linux-and-windows/</link>
	<description>Adventures in Computing, Can Erten's blog</description>
	<lastBuildDate>Sun, 14 Mar 2010 22:24:16 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Fat Pop Do Wop</title>
		<link>http://www.codingday.com/secure-remote-desktop-on-linux-and-windows/comment-page-1/#comment-38500</link>
		<dc:creator>Fat Pop Do Wop</dc:creator>
		<pubDate>Sat, 06 Jun 2009 20:42:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.canerten.com/secure-remote-desktop-on-linux-and-windows/#comment-38500</guid>
		<description>Hi Ice Crash.

You can connect to a Windows server for command prompt only but not using RDP. Assuming you’ve installed and set up OpenSSH for Windows including setting up allowed users, you just use the ssh command with no tunneling and you’re at a command prompt. As follows: ssh -p 1357 username@external.address.of.remote.system
The -p 1357 assumes you’ve changed the firewall port for ssh to 1357 to prevent brute force or random name/password guessing.

If you’re going Windows to Windows, you need to use an SSH client such as PuTTY.

(Put the correct URL this time)</description>
		<content:encoded><![CDATA[<p>Hi Ice Crash.</p>
<p>You can connect to a Windows server for command prompt only but not using RDP. Assuming you’ve installed and set up OpenSSH for Windows including setting up allowed users, you just use the ssh command with no tunneling and you’re at a command prompt. As follows: ssh -p 1357 <a href="mailto:username@external.address.of.remote.system">username@external.address.of.remote.system</a><br />
The -p 1357 assumes you’ve changed the firewall port for ssh to 1357 to prevent brute force or random name/password guessing.</p>
<p>If you’re going Windows to Windows, you need to use an SSH client such as PuTTY.</p>
<p>(Put the correct URL this time)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Can</title>
		<link>http://www.codingday.com/secure-remote-desktop-on-linux-and-windows/comment-page-1/#comment-33778</link>
		<dc:creator>Can</dc:creator>
		<pubDate>Mon, 08 Sep 2008 02:07:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.canerten.com/secure-remote-desktop-on-linux-and-windows/#comment-33778</guid>
		<description>hi ice crash,
not sure, but there should be some rdp options for it</description>
		<content:encoded><![CDATA[<p>hi ice crash,<br />
not sure, but there should be some rdp options for it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ice crash</title>
		<link>http://www.codingday.com/secure-remote-desktop-on-linux-and-windows/comment-page-1/#comment-33437</link>
		<dc:creator>ice crash</dc:creator>
		<pubDate>Tue, 02 Sep 2008 22:46:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.canerten.com/secure-remote-desktop-on-linux-and-windows/#comment-33437</guid>
		<description>Autoselected keyboard map en-us
ERROR: Failed to open display:

there is some way how to connect to the rdp without showing the display? only to connect to the server, and some how to make the commands like you are in the command promt?</description>
		<content:encoded><![CDATA[<p>Autoselected keyboard map en-us<br />
ERROR: Failed to open display:</p>
<p>there is some way how to connect to the rdp without showing the display? only to connect to the server, and some how to make the commands like you are in the command promt?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bern</title>
		<link>http://www.codingday.com/secure-remote-desktop-on-linux-and-windows/comment-page-1/#comment-27115</link>
		<dc:creator>Bern</dc:creator>
		<pubDate>Sat, 19 Jan 2008 23:50:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.canerten.com/secure-remote-desktop-on-linux-and-windows/#comment-27115</guid>
		<description>Tim is correct.  If you have an SSH server just sitting on the Internet with port 22 wide opened, you become a target for automated brute force attacks.  I noticed my server was being pounded with logins almost an hour every night.  I switched the port to 6667 and haven&#039;t had the problem since.  It is also a good idea to deny root login from ssh as that is the easiest way for an attacker to compromise your system.</description>
		<content:encoded><![CDATA[<p>Tim is correct.  If you have an SSH server just sitting on the Internet with port 22 wide opened, you become a target for automated brute force attacks.  I noticed my server was being pounded with logins almost an hour every night.  I switched the port to 6667 and haven&#8217;t had the problem since.  It is also a good idea to deny root login from ssh as that is the easiest way for an attacker to compromise your system.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Can</title>
		<link>http://www.codingday.com/secure-remote-desktop-on-linux-and-windows/comment-page-1/#comment-26329</link>
		<dc:creator>Can</dc:creator>
		<pubDate>Mon, 10 Dec 2007 09:33:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.canerten.com/secure-remote-desktop-on-linux-and-windows/#comment-26329</guid>
		<description>It is not the ssh port. It is the windows remote desktop port. The reason to change it windows doesn&#039;t allow to open the port because it is also hosting the server of remote desktop.</description>
		<content:encoded><![CDATA[<p>It is not the ssh port. It is the windows remote desktop port. The reason to change it windows doesn&#8217;t allow to open the port because it is also hosting the server of remote desktop.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Al</title>
		<link>http://www.codingday.com/secure-remote-desktop-on-linux-and-windows/comment-page-1/#comment-26324</link>
		<dc:creator>Al</dc:creator>
		<pubDate>Mon, 10 Dec 2007 05:31:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.canerten.com/secure-remote-desktop-on-linux-and-windows/#comment-26324</guid>
		<description>Tim,
What&#039;s a reason of changing SSH port? Those who want to see you SSH port, no matter what U set up, will nmap you server.
:)</description>
		<content:encoded><![CDATA[<p>Tim,<br />
What&#8217;s a reason of changing SSH port? Those who want to see you SSH port, no matter what U set up, will nmap you server.<br />
 <img src='http://www.codingday.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Archer</title>
		<link>http://www.codingday.com/secure-remote-desktop-on-linux-and-windows/comment-page-1/#comment-20685</link>
		<dc:creator>Tim Archer</dc:creator>
		<pubDate>Mon, 09 Apr 2007 23:47:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.canerten.com/secure-remote-desktop-on-linux-and-windows/#comment-20685</guid>
		<description>Agreed that the remote desktop connection is a great idea. I use it at work to centralize the development environment for all my developers.

If you&#039;re using SSH you may want to change the default port it runs on to discourage automated password crackers from finding your SSH service and running brute force password attacks on it. I did a small write on changing the port at:

&lt;a href=&quot;http://timarcher.com/?q=node/46&quot; rel=&quot;nofollow&quot;&gt;http://timarcher.com/?q=node/46&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Agreed that the remote desktop connection is a great idea. I use it at work to centralize the development environment for all my developers.</p>
<p>If you&#8217;re using SSH you may want to change the default port it runs on to discourage automated password crackers from finding your SSH service and running brute force password attacks on it. I did a small write on changing the port at:</p>
<p><a href="http://timarcher.com/?q=node/46" rel="nofollow">http://timarcher.com/?q=node/46</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
