<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ASA telnet from outside....? in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-telnet-from-outside/m-p/1585587#M593041</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following link will help you enable telnet from outside:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a008069bf1b.shtml#telnet"&gt;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a008069bf1b.shtml#telnet&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would say please enable ssh on outside rather than telnet as ssh is more secure than the telnet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Anisha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S.: please mark this thread as resolved if you feel your query is answered.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Jan 2011 06:15:47 GMT</pubDate>
    <dc:creator>andamani</dc:creator>
    <dc:date>2011-01-31T06:15:47Z</dc:date>
    <item>
      <title>ASA telnet from outside....?</title>
      <link>https://community.cisco.com/t5/network-security/asa-telnet-from-outside/m-p/1585586#M593039</link>
      <description>&lt;P&gt;how I enable telnet from outside for anyone....?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 19:42:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-telnet-from-outside/m-p/1585586#M593039</guid>
      <dc:creator>mkashifashraf</dc:creator>
      <dc:date>2019-03-11T19:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: ASA telnet from outside....?</title>
      <link>https://community.cisco.com/t5/network-security/asa-telnet-from-outside/m-p/1585587#M593041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following link will help you enable telnet from outside:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a008069bf1b.shtml#telnet"&gt;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a008069bf1b.shtml#telnet&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would say please enable ssh on outside rather than telnet as ssh is more secure than the telnet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Anisha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S.: please mark this thread as resolved if you feel your query is answered.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jan 2011 06:15:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-telnet-from-outside/m-p/1585587#M593041</guid>
      <dc:creator>andamani</dc:creator>
      <dc:date>2011-01-31T06:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: ASA telnet from outside....?</title>
      <link>https://community.cisco.com/t5/network-security/asa-telnet-from-outside/m-p/1585588#M593044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i'm just testing, is below command enough to enable SSH from OUTSIDE....or anything else is required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA(config)#ssh 0 0 outside&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jan 2011 06:31:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-telnet-from-outside/m-p/1585588#M593044</guid>
      <dc:creator>mkashifashraf</dc:creator>
      <dc:date>2011-01-31T06:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: ASA telnet from outside....?</title>
      <link>https://community.cisco.com/t5/network-security/asa-telnet-from-outside/m-p/1585589#M593049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you need to generate a RSA key pair and authentication parameters for the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ssh 0 0 enable will enable anyone from outside to ssh to your device.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest please enable ssh on outside to known or trusted hosts or network .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The link i pinged in the above thread gives the configuration required for SSH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anisha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S.: please mark this thread as resolved if you feel your query is answered.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jan 2011 06:38:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-telnet-from-outside/m-p/1585589#M593049</guid>
      <dc:creator>andamani</dc:creator>
      <dc:date>2011-01-31T06:38:20Z</dc:date>
    </item>
  </channel>
</rss>

