<?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 enable Secure Shell (SSH) in Cisco IOS and disable Telnet</title>
	<atom:link href="http://www.itsyourip.com/cisco/how-to-enable-secure-shell-ssh-in-cisco-ios-and-disable-telnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itsyourip.com/cisco/how-to-enable-secure-shell-ssh-in-cisco-ios-and-disable-telnet/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-enable-secure-shell-ssh-in-cisco-ios-and-disable-telnet</link>
	<description>Your gateway to Internet</description>
	<lastBuildDate>Wed, 18 Jan 2012 17:46:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Manish</title>
		<link>http://www.itsyourip.com/cisco/how-to-enable-secure-shell-ssh-in-cisco-ios-and-disable-telnet/comment-page-1/#comment-2882</link>
		<dc:creator>Manish</dc:creator>
		<pubDate>Wed, 23 Nov 2011 15:08:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.itsyourip.com/cisco/how-to-enable-secure-shell-ssh-in-cisco-ios-and-disable-telnet/#comment-2882</guid>
		<description>Hi

Is there any way i can have telnet and ssh both for tty lines using async port adapter like NM-32 on cisco routers or is it either telnet or ssh at a time ?</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Is there any way i can have telnet and ssh both for tty lines using async port adapter like NM-32 on cisco routers or is it either telnet or ssh at a time ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karthik</title>
		<link>http://www.itsyourip.com/cisco/how-to-enable-secure-shell-ssh-in-cisco-ios-and-disable-telnet/comment-page-1/#comment-2769</link>
		<dc:creator>Karthik</dc:creator>
		<pubDate>Mon, 29 Nov 2010 20:06:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.itsyourip.com/cisco/how-to-enable-secure-shell-ssh-in-cisco-ios-and-disable-telnet/#comment-2769</guid>
		<description>How can i enble https access on switch 6506
when im giving ip http secure-server it&#039;s telling unrecognized command. Im using sup720 with ipservicesk9-12.2(18).SXF5 pls help me out on this.</description>
		<content:encoded><![CDATA[<p>How can i enble https access on switch 6506<br />
when im giving ip http secure-server it&#8217;s telling unrecognized command. Im using sup720 with ipservicesk9-12.2(18).SXF5 pls help me out on this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rhys</title>
		<link>http://www.itsyourip.com/cisco/how-to-enable-secure-shell-ssh-in-cisco-ios-and-disable-telnet/comment-page-1/#comment-2731</link>
		<dc:creator>Rhys</dc:creator>
		<pubDate>Tue, 28 Sep 2010 21:57:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.itsyourip.com/cisco/how-to-enable-secure-shell-ssh-in-cisco-ios-and-disable-telnet/#comment-2731</guid>
		<description>Hey, great article. Exactly what I needed. Although I don&#039;t support changing the default port from 22. 22 is the SSH port and it is an SSH server. Obscurity offers such a tiny amount of additional security when compared to the SSH protocol itself, it&#039;s not worth hassle. Just my 2cents. Thanks again the info.

Cheers,
Rhys</description>
		<content:encoded><![CDATA[<p>Hey, great article. Exactly what I needed. Although I don&#8217;t support changing the default port from 22. 22 is the SSH port and it is an SSH server. Obscurity offers such a tiny amount of additional security when compared to the SSH protocol itself, it&#8217;s not worth hassle. Just my 2cents. Thanks again the info.</p>
<p>Cheers,<br />
Rhys</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: IOS Guru</title>
		<link>http://www.itsyourip.com/cisco/how-to-enable-secure-shell-ssh-in-cisco-ios-and-disable-telnet/comment-page-1/#comment-2720</link>
		<dc:creator>IOS Guru</dc:creator>
		<pubDate>Sat, 04 Sep 2010 19:05:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.itsyourip.com/cisco/how-to-enable-secure-shell-ssh-in-cisco-ios-and-disable-telnet/#comment-2720</guid>
		<description>In response to the last comment about
ip ssh port xxx, that not working, there is additional commands needed to make it listen for ssh other than port 22.
Try;

ip ssh port xxxx rotary 1
or 
ip ssh port xxxx rotary 1 127

basically rotary 1, is the rotary group number, and the second number (127 in this example) is the high number that it will look for. 

I have only used the first example so I cant comment much on what the rotary is all about, but a simple ? or tab key will show those commands in newer IOS</description>
		<content:encoded><![CDATA[<p>In response to the last comment about<br />
ip ssh port xxx, that not working, there is additional commands needed to make it listen for ssh other than port 22.<br />
Try;</p>
<p>ip ssh port xxxx rotary 1<br />
or<br />
ip ssh port xxxx rotary 1 127</p>
<p>basically rotary 1, is the rotary group number, and the second number (127 in this example) is the high number that it will look for. </p>
<p>I have only used the first example so I cant comment much on what the rotary is all about, but a simple ? or tab key will show those commands in newer IOS</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://www.itsyourip.com/cisco/how-to-enable-secure-shell-ssh-in-cisco-ios-and-disable-telnet/comment-page-1/#comment-2707</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Wed, 11 Aug 2010 10:46:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.itsyourip.com/cisco/how-to-enable-secure-shell-ssh-in-cisco-ios-and-disable-telnet/#comment-2707</guid>
		<description>ip ssh port xxx does not work using more current ios versions.</description>
		<content:encoded><![CDATA[<p>ip ssh port xxx does not work using more current ios versions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cisco_ccna</title>
		<link>http://www.itsyourip.com/cisco/how-to-enable-secure-shell-ssh-in-cisco-ios-and-disable-telnet/comment-page-1/#comment-2637</link>
		<dc:creator>cisco_ccna</dc:creator>
		<pubDate>Thu, 11 Feb 2010 01:13:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.itsyourip.com/cisco/how-to-enable-secure-shell-ssh-in-cisco-ios-and-disable-telnet/#comment-2637</guid>
		<description>does any one know the command for entering into ssh on a a router.

is it 

router#ssh -c 3des -l username.password.com 192.168.1.1

i could do with some help guess anyone wid any information i would appreciate.</description>
		<content:encoded><![CDATA[<p>does any one know the command for entering into ssh on a a router.</p>
<p>is it </p>
<p>router#ssh -c 3des -l username.password.com 192.168.1.1</p>
<p>i could do with some help guess anyone wid any information i would appreciate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ashiy</title>
		<link>http://www.itsyourip.com/cisco/how-to-enable-secure-shell-ssh-in-cisco-ios-and-disable-telnet/comment-page-1/#comment-2630</link>
		<dc:creator>ashiy</dc:creator>
		<pubDate>Thu, 28 Jan 2010 11:28:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.itsyourip.com/cisco/how-to-enable-secure-shell-ssh-in-cisco-ios-and-disable-telnet/#comment-2630</guid>
		<description>Connection to 10.1.1.1 closed by foreign host

mean&#039;s that, in all likelyhood, you forgot to &quot;activate&quot; your vty lines.

meaning:

Did you do the normal Sw1#(config):&quot;Line vty 0 15&quot;, &quot;password yourpass&quot;, &quot;login&quot; and &quot;exit&quot; ?. If not then the foreign host wont allow connections of any type (telnet, ssh etc).</description>
		<content:encoded><![CDATA[<p>Connection to 10.1.1.1 closed by foreign host</p>
<p>mean&#8217;s that, in all likelyhood, you forgot to &#8220;activate&#8221; your vty lines.</p>
<p>meaning:</p>
<p>Did you do the normal Sw1#(config):&#8221;Line vty 0 15&#8243;, &#8220;password yourpass&#8221;, &#8220;login&#8221; and &#8220;exit&#8221; ?. If not then the foreign host wont allow connections of any type (telnet, ssh etc).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vinay</title>
		<link>http://www.itsyourip.com/cisco/how-to-enable-secure-shell-ssh-in-cisco-ios-and-disable-telnet/comment-page-1/#comment-2625</link>
		<dc:creator>vinay</dc:creator>
		<pubDate>Tue, 19 Jan 2010 21:26:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.itsyourip.com/cisco/how-to-enable-secure-shell-ssh-in-cisco-ios-and-disable-telnet/#comment-2625</guid>
		<description>i tried to connect from one router to another using SSH after basic configuration on the both th router. i got below error 

Connection to 10.1.1.1 closed by foreign host

can anyone tell me why this error occers,&amp; how to solve the issue</description>
		<content:encoded><![CDATA[<p>i tried to connect from one router to another using SSH after basic configuration on the both th router. i got below error </p>
<p>Connection to 10.1.1.1 closed by foreign host</p>
<p>can anyone tell me why this error occers,&amp; how to solve the issue</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://www.itsyourip.com/cisco/how-to-enable-secure-shell-ssh-in-cisco-ios-and-disable-telnet/comment-page-1/#comment-2624</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Mon, 18 Jan 2010 19:35:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.itsyourip.com/cisco/how-to-enable-secure-shell-ssh-in-cisco-ios-and-disable-telnet/#comment-2624</guid>
		<description>Thank you for the explanation and config details!

Actually, there are more vty lines than the 16 mentioned &quot;vty 0 15,&quot; I believe. It depends on the IOS capabilities. Right?</description>
		<content:encoded><![CDATA[<p>Thank you for the explanation and config details!</p>
<p>Actually, there are more vty lines than the 16 mentioned &#8220;vty 0 15,&#8221; I believe. It depends on the IOS capabilities. Right?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Lockie</title>
		<link>http://www.itsyourip.com/cisco/how-to-enable-secure-shell-ssh-in-cisco-ios-and-disable-telnet/comment-page-1/#comment-2585</link>
		<dc:creator>John Lockie</dc:creator>
		<pubDate>Sun, 27 Sep 2009 00:14:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.itsyourip.com/cisco/how-to-enable-secure-shell-ssh-in-cisco-ios-and-disable-telnet/#comment-2585</guid>
		<description>For setting transport input you may want to go in to &quot;line vty 0 15&quot; because there are more than 5 terminal lines that telnet can connect to :-)</description>
		<content:encoded><![CDATA[<p>For setting transport input you may want to go in to &#8220;line vty 0 15&#8243; because there are more than 5 terminal lines that telnet can connect to <img src='http://www.itsyourip.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

