<?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 Change Default SSH Port in Ubuntu? [Linux Tip]</title> <atom:link href="http://techie-buzz.com/foss/change-default-ssh-port-in-linux.html/feed" rel="self" type="application/rss+xml" /><link>http://techie-buzz.com/foss/change-default-ssh-port-in-linux.html</link> <description>Know your technology head on</description> <lastBuildDate>Thu, 24 May 2012 18:05:33 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.2.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/><xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>By: Changing Default SSH Server Port on Linux &#124; Mustafa Torun&#039;s Blog</title><link>http://techie-buzz.com/foss/change-default-ssh-port-in-linux.html/comment-page-1#comment-990207</link> <dc:creator>Changing Default SSH Server Port on Linux &#124; Mustafa Torun&#039;s Blog</dc:creator> <pubDate>Sun, 25 Mar 2012 16:18:26 +0000</pubDate> <guid isPermaLink="false">http://techie-buzz.com/linux-tips/change-default-ssh-port-in-linux.html#comment-990207</guid> <description>[...] have root access open the file /etc/ssh/sshd_config and search for Port, it should show 22 as the default value. Change 22 to any port you want that is not already being used on the [...]</description> <content:encoded><![CDATA[<p>[...] have root access open the file /etc/ssh/sshd_config and search for Port, it should show 22 as the default value. Change 22 to any port you want that is not already being used on the [...]</p> ]]></content:encoded> </item> <item><title>By: yet another web development blog</title><link>http://techie-buzz.com/foss/change-default-ssh-port-in-linux.html/comment-page-1#comment-284398</link> <dc:creator>yet another web development blog</dc:creator> <pubDate>Sat, 12 Mar 2011 11:03:55 +0000</pubDate> <guid isPermaLink="false">http://techie-buzz.com/linux-tips/change-default-ssh-port-in-linux.html#comment-284398</guid> <description>I made myself an article on how to change default ssh port on ubuntu.</description> <content:encoded><![CDATA[<p>I made myself an article on how to change default ssh port on ubuntu.</p> ]]></content:encoded> </item> <item><title>By: John</title><link>http://techie-buzz.com/foss/change-default-ssh-port-in-linux.html/comment-page-1#comment-231115</link> <dc:creator>John</dc:creator> <pubDate>Tue, 04 Jan 2011 16:43:47 +0000</pubDate> <guid isPermaLink="false">http://techie-buzz.com/linux-tips/change-default-ssh-port-in-linux.html#comment-231115</guid> <description>Be carefull to change SSH port! Don&#039;t change &quot;Port 22&quot; line, just add &quot;Port 3333&quot;, after that restart sshd. And then check 3333 port availability (it happens that provider blocks some non-standard incoming ports) at http://check-host.net/check-tcp . After successfull result you could delete &quot;Port 22&quot; line and restart sshd again.</description> <content:encoded><![CDATA[<p>Be carefull to change SSH port! Don&#8217;t change &#8220;Port 22&#8243; line, just add &#8220;Port 3333&#8243;, after that restart sshd. And then check 3333 port availability (it happens that provider blocks some non-standard incoming ports) at <a href="http://check-host.net/check-tcp" rel="nofollow">http://check-host.net/check-tcp</a> . After successfull result you could delete &#8220;Port 22&#8243; line and restart sshd again.</p> ]]></content:encoded> </item> <item><title>By: Dean</title><link>http://techie-buzz.com/foss/change-default-ssh-port-in-linux.html/comment-page-1#comment-134108</link> <dc:creator>Dean</dc:creator> <pubDate>Tue, 03 Aug 2010 18:15:45 +0000</pubDate> <guid isPermaLink="false">http://techie-buzz.com/linux-tips/change-default-ssh-port-in-linux.html#comment-134108</guid> <description>Worked great for me using 10.04 server edition..ssh&#039;d in normally using PutTTy..Typed sudo vi /etc/ssh/sshd_configModified &quot;Port&quot; line (near top) from 22 to my port.Saved/quit viTyped sudo service ssh restartLogged out of ssh and then attempted using standard port and failed.  ssh&#039;ed in using new port, and all is working fine.Thanks!</description> <content:encoded><![CDATA[<p>Worked great for me using 10.04 server edition..</p><p>ssh&#8217;d in normally using PutTTy..</p><p>Typed sudo vi /etc/ssh/sshd_config</p><p>Modified &#8220;Port&#8221; line (near top) from 22 to my port.</p><p>Saved/quit vi</p><p>Typed sudo service ssh restart</p><p>Logged out of ssh and then attempted using standard port and failed.  ssh&#8217;ed in using new port, and all is working fine.</p><p>Thanks!</p> ]]></content:encoded> </item> <item><title>By: lamnah</title><link>http://techie-buzz.com/foss/change-default-ssh-port-in-linux.html/comment-page-1#comment-93748</link> <dc:creator>lamnah</dc:creator> <pubDate>Tue, 04 May 2010 03:44:52 +0000</pubDate> <guid isPermaLink="false">http://techie-buzz.com/linux-tips/change-default-ssh-port-in-linux.html#comment-93748</guid> <description>Thx a lot </description> <content:encoded><![CDATA[<p>Thx a lot</p> ]]></content:encoded> </item> <item><title>By: scott</title><link>http://techie-buzz.com/foss/change-default-ssh-port-in-linux.html/comment-page-1#comment-57946</link> <dc:creator>scott</dc:creator> <pubDate>Sun, 14 Feb 2010 01:41:04 +0000</pubDate> <guid isPermaLink="false">http://techie-buzz.com/linux-tips/change-default-ssh-port-in-linux.html#comment-57946</guid> <description>it worked thanks </description> <content:encoded><![CDATA[<p>it worked thanks</p> ]]></content:encoded> </item> <item><title>By: Mark (fetdigitaal.nl)</title><link>http://techie-buzz.com/foss/change-default-ssh-port-in-linux.html/comment-page-1#comment-34112</link> <dc:creator>Mark (fetdigitaal.nl)</dc:creator> <pubDate>Mon, 06 Apr 2009 19:54:28 +0000</pubDate> <guid isPermaLink="false">http://techie-buzz.com/linux-tips/change-default-ssh-port-in-linux.html#comment-34112</guid> <description>Oke ik heb werkelijk geen id</description> <content:encoded><![CDATA[<p>Oke ik heb werkelijk geen id</p> ]]></content:encoded> </item> <item><title>By: sean</title><link>http://techie-buzz.com/foss/change-default-ssh-port-in-linux.html/comment-page-1#comment-33059</link> <dc:creator>sean</dc:creator> <pubDate>Sun, 15 Feb 2009 16:40:18 +0000</pubDate> <guid isPermaLink="false">http://techie-buzz.com/linux-tips/change-default-ssh-port-in-linux.html#comment-33059</guid> <description>This is the second post I&#039;ve seen like this neither work. Running Intrepid Ibex... Thank goodness there is still fedora core and centOS. apache2 was really hard to install from source and a complete pain in the as* as well.</description> <content:encoded><![CDATA[<p>This is the second post I&#8217;ve seen like this neither work.<br /> Running Intrepid Ibex&#8230;<br /> Thank goodness there is still fedora core and centOS. apache2 was really hard to install from source and a complete pain in the as* as well.</p> ]]></content:encoded> </item> <item><title>By: Keith Dsouza</title><link>http://techie-buzz.com/foss/change-default-ssh-port-in-linux.html/comment-page-1#comment-27845</link> <dc:creator>Keith Dsouza</dc:creator> <pubDate>Tue, 05 Aug 2008 05:05:47 +0000</pubDate> <guid isPermaLink="false">http://techie-buzz.com/linux-tips/change-default-ssh-port-in-linux.html#comment-27845</guid> <description>@Ramesh In Ubuntu when you install openssh the daemon is installed as ssh instead of sshd, Ubuntu dropped the d form most of the daemon. I am running this on Ubnutu hardy installation.</description> <content:encoded><![CDATA[<p>@Ramesh In Ubuntu when you install openssh the daemon is installed as ssh instead of sshd, Ubuntu dropped the d form most of the daemon. I am running this on Ubnutu hardy installation.</p> ]]></content:encoded> </item> <item><title>By: Ramesh &#124; The Geek Stuff</title><link>http://techie-buzz.com/foss/change-default-ssh-port-in-linux.html/comment-page-1#comment-27392</link> <dc:creator>Ramesh &#124; The Geek Stuff</dc:creator> <pubDate>Mon, 21 Jul 2008 06:56:57 +0000</pubDate> <guid isPermaLink="false">http://techie-buzz.com/linux-tips/change-default-ssh-port-in-linux.html#comment-27392</guid> <description>It is /etc/init.d/sshd reload. i.e instead of ssh, it should be sshd - SSH daemon.Ramesh &lt;a href=&quot;http://www.thegeekstuff.com&quot; rel=&quot;nofollow&quot;&gt;The Geek Stuff&lt;/a&gt;</description> <content:encoded><![CDATA[<p>It is /etc/init.d/sshd reload. i.e instead of ssh, it should be sshd &#8211; SSH daemon.</p><p>Ramesh<br /> <a href="http://www.thegeekstuff.com" rel="nofollow">The Geek Stuff</a></p> ]]></content:encoded> </item> </channel> </rss>

<!-- W3 Total Cache: Minify debug info:
Engine:             disk: basic
Theme:              11546
Template:           single
-->
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Database Caching 2/21 queries in 0.041 seconds using memcached
Object Caching 762/770 objects using memcached
Content Delivery Network via cdn4.techie-buzz.com

Served from: www.techie-buzz.com @ 2012-05-24 15:25:09 -->

<!-- W3 Total Cache: Page cache debug info:
Engine:             disk: enhanced
Cache key:          foss/change-default-ssh-port-in-linux.html/feed/_index.xml_gzip
Caching:            enabled
Status:             not cached
Creation Time:      0.266s
Header info:
X-Pingback:         http://techie-buzz.com/xmlrpc.php
Link:               <http://wp.me/p4tVd-oa>; rel=shortlink
Content-Type:       text/xml; charset=UTF-8
Last-Modified:      Thu, 24 May 2012 19:25:09 GMT
Vary:               Accept-Encoding, Cookie
Expires:            Thu, 24 May 2012 19:35:09 GMT
Pragma:             public
Cache-Control:      max-age=600, public, must-revalidate, proxy-revalidate
Etag:               63c7aaabfcec54291e53446316d449b0
X-Powered-By:       W3 Total Cache/0.9.2.4
Content-Encoding:   gzip
-->
