<?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: SSH on nonstandard ports, how to NOT do it. (part 1)</title>
	<atom:link href="http://serveradmins.net/ssh-on-nonstandard-ports-how-to-not-do-it/feed/" rel="self" type="application/rss+xml" />
	<link>http://serveradmins.net/ssh-on-nonstandard-ports-how-to-not-do-it/</link>
	<description>Stuff for Server Admins...</description>
	<lastBuildDate>Sun, 26 Feb 2012 21:12:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Ken Thomas</title>
		<link>http://serveradmins.net/ssh-on-nonstandard-ports-how-to-not-do-it/comment-page-1/#comment-2609</link>
		<dc:creator>Ken Thomas</dc:creator>
		<pubDate>Tue, 22 Nov 2011 00:21:28 +0000</pubDate>
		<guid isPermaLink="false">http://serveradmins.net/?p=41#comment-2609</guid>
		<description>Hmm.

Seems to me that if you have users who might try this sort of think (and have the perms for it),  you have a different issue.

Typically,  I would run ssh on a variety of other ports for a very simple reason:  our staff travels and more than occassionally encounters an interior network that is heavily firewalled.  Port 80,  perhaps port 443 and perhaps 8080 are all you can rreally rely on.  However,  having ssh running on some high ports,  can also help.

Equally,  what&#039;s going to happen when your regular user ssh-es into your rouge users rouge port,  and doesn&#039;t get the same keyauth?  Etc.

But surely-- if you&#039;re going to run ssh on a port &gt; 1024,  you should prevent your users from using the same port.  Noted.</description>
		<content:encoded><![CDATA[<p>Hmm.</p>
<p>Seems to me that if you have users who might try this sort of think (and have the perms for it),  you have a different issue.</p>
<p>Typically,  I would run ssh on a variety of other ports for a very simple reason:  our staff travels and more than occassionally encounters an interior network that is heavily firewalled.  Port 80,  perhaps port 443 and perhaps 8080 are all you can rreally rely on.  However,  having ssh running on some high ports,  can also help.</p>
<p>Equally,  what&#8217;s going to happen when your regular user ssh-es into your rouge users rouge port,  and doesn&#8217;t get the same keyauth?  Etc.</p>
<p>But surely&#8211; if you&#8217;re going to run ssh on a port &gt; 1024,  you should prevent your users from using the same port.  Noted.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chrism</title>
		<link>http://serveradmins.net/ssh-on-nonstandard-ports-how-to-not-do-it/comment-page-1/#comment-2430</link>
		<dc:creator>chrism</dc:creator>
		<pubDate>Tue, 16 Aug 2011 17:38:25 +0000</pubDate>
		<guid isPermaLink="false">http://serveradmins.net/?p=41#comment-2430</guid>
		<description>Hey there, 

Typically this is reserved for servers that are running public facing services.   If the machine is fully behind your firewall and you&#039;re the only one that controls this firewall, I would not worry about it too much. :)</description>
		<content:encoded><![CDATA[<p>Hey there, </p>
<p>Typically this is reserved for servers that are running public facing services.   If the machine is fully behind your firewall and you&#8217;re the only one that controls this firewall, I would not worry about it too much. <img src='http://serveradmins.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raymond</title>
		<link>http://serveradmins.net/ssh-on-nonstandard-ports-how-to-not-do-it/comment-page-1/#comment-2413</link>
		<dc:creator>Raymond</dc:creator>
		<pubDate>Thu, 28 Jul 2011 14:27:39 +0000</pubDate>
		<guid isPermaLink="false">http://serveradmins.net/?p=41#comment-2413</guid>
		<description>As I read this article, I understand that this vulnerability is limited to users that have access (accounts) to the firewall.  If I open port 8123 on my router and direct traffic to port 22 on my UNIX box, I believe that this vulnerability is not an issue because I am the only one that (should) have administrative pivelege to my router.   If my understanding is not correct I am not getting it , please (gently) comment.</description>
		<content:encoded><![CDATA[<p>As I read this article, I understand that this vulnerability is limited to users that have access (accounts) to the firewall.  If I open port 8123 on my router and direct traffic to port 22 on my UNIX box, I believe that this vulnerability is not an issue because I am the only one that (should) have administrative pivelege to my router.   If my understanding is not correct I am not getting it , please (gently) comment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chrism</title>
		<link>http://serveradmins.net/ssh-on-nonstandard-ports-how-to-not-do-it/comment-page-1/#comment-830</link>
		<dc:creator>chrism</dc:creator>
		<pubDate>Sat, 08 May 2010 00:31:17 +0000</pubDate>
		<guid isPermaLink="false">http://serveradmins.net/?p=41#comment-830</guid>
		<description>Gareth, 

I don&#039;t see any issue with non-standard ports at all.  My point is that using non-priv&#039;d ports (ports &gt; 1024) is an unnecessary risk and no more &#039;secure&#039; than 44444 or something, if that makes sense. :)</description>
		<content:encoded><![CDATA[<p>Gareth, </p>
<p>I don&#8217;t see any issue with non-standard ports at all.  My point is that using non-priv&#8217;d ports (ports &gt; 1024) is an unnecessary risk and no more &#8216;secure&#8217; than 44444 or something, if that makes sense. <img src='http://serveradmins.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gareth</title>
		<link>http://serveradmins.net/ssh-on-nonstandard-ports-how-to-not-do-it/comment-page-1/#comment-828</link>
		<dc:creator>Gareth</dc:creator>
		<pubDate>Fri, 30 Apr 2010 09:34:53 +0000</pubDate>
		<guid isPermaLink="false">http://serveradmins.net/?p=41#comment-828</guid>
		<description>I don&#039;t see any issue with using a non-standard server port on any server that is physically secured and to which only trusted users have access, nor do I see a problem with using a non-standard port on a firewall appliance when it is being used to redirect to an internal server.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t see any issue with using a non-standard server port on any server that is physically secured and to which only trusted users have access, nor do I see a problem with using a non-standard port on a firewall appliance when it is being used to redirect to an internal server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chrism</title>
		<link>http://serveradmins.net/ssh-on-nonstandard-ports-how-to-not-do-it/comment-page-1/#comment-811</link>
		<dc:creator>chrism</dc:creator>
		<pubDate>Sun, 07 Mar 2010 00:22:35 +0000</pubDate>
		<guid isPermaLink="false">http://serveradmins.net/?p=41#comment-811</guid>
		<description>Gregory, 
Not a problem, if there&#039;s any other questions or stuff I can help with, just let me know. :)</description>
		<content:encoded><![CDATA[<p>Gregory,<br />
Not a problem, if there&#8217;s any other questions or stuff I can help with, just let me know. <img src='http://serveradmins.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gregory Despain</title>
		<link>http://serveradmins.net/ssh-on-nonstandard-ports-how-to-not-do-it/comment-page-1/#comment-808</link>
		<dc:creator>Gregory Despain</dc:creator>
		<pubDate>Sat, 06 Mar 2010 06:25:02 +0000</pubDate>
		<guid isPermaLink="false">http://serveradmins.net/?p=41#comment-808</guid>
		<description>Thanks for this post, answers a bunch of questions I was having.</description>
		<content:encoded><![CDATA[<p>Thanks for this post, answers a bunch of questions I was having.</p>
]]></content:encoded>
	</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! -->
