<?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: SSH to outside interface of a PIX 506e in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/ssh-to-outside-interface-of-a-pix-506e/m-p/755156#M1008797</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;generate the activation key again by this command:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(config)#ca gen rsa key 1024&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also,&lt;/P&gt;&lt;P&gt;if you initialting the request from ,let's say 1.1.1.1 on outside,then please add the follwoing command :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ssh 1.1.1.1 255.255.255.255 outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just replace 1.1.1.1 with ur ip address,put in the ssh command,generate the activation keys once and that should take care of this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sushil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Mar 2007 15:18:31 GMT</pubDate>
    <dc:creator>suschoud</dc:creator>
    <dc:date>2007-03-29T15:18:31Z</dc:date>
    <item>
      <title>SSH to outside interface of a PIX 506e</title>
      <link>https://community.cisco.com/t5/network-security/ssh-to-outside-interface-of-a-pix-506e/m-p/755155#M1008796</link>
      <description>&lt;P&gt;Hello, I can't seem to get this working.  I would like SSH to work on the outside interface of my PIX 506e.  When I use PUTTY to connect, right away it says "server unexpectedly closed the connection."  Here is a copy of the config:&lt;/P&gt;&lt;P&gt;: Saved&lt;/P&gt;&lt;P&gt;: Written by enable_15 at 07:41:14.556 UTC Thu Mar 29 2007&lt;/P&gt;&lt;P&gt;PIX Version 6.3(3)&lt;/P&gt;&lt;P&gt;interface ethernet0 auto&lt;/P&gt;&lt;P&gt;interface ethernet1 auto&lt;/P&gt;&lt;P&gt;nameif ethernet0 outside security0&lt;/P&gt;&lt;P&gt;nameif ethernet1 inside security100&lt;/P&gt;&lt;P&gt;enable password xxx&lt;/P&gt;&lt;P&gt;passwd xxx&lt;/P&gt;&lt;P&gt;hostname entsec&lt;/P&gt;&lt;P&gt;fixup protocol dns maximum-length 512&lt;/P&gt;&lt;P&gt;fixup protocol ftp 21&lt;/P&gt;&lt;P&gt;fixup protocol h323 h225 1720&lt;/P&gt;&lt;P&gt;fixup protocol h323 ras 1718-1719&lt;/P&gt;&lt;P&gt;fixup protocol http 80&lt;/P&gt;&lt;P&gt;fixup protocol rsh 514&lt;/P&gt;&lt;P&gt;fixup protocol rtsp 554&lt;/P&gt;&lt;P&gt;fixup protocol sip 5060&lt;/P&gt;&lt;P&gt;fixup protocol sip udp 5060&lt;/P&gt;&lt;P&gt;fixup protocol skinny 2000&lt;/P&gt;&lt;P&gt;fixup protocol smtp 25&lt;/P&gt;&lt;P&gt;fixup protocol sqlnet 1521&lt;/P&gt;&lt;P&gt;fixup protocol tftp 69&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;access-list entsecacl permit tcp any host 192.168.202.254 eq telnet&lt;/P&gt;&lt;P&gt;access-list entsecacl permit tcp any host 192.168.202.254 eq ssh&lt;/P&gt;&lt;P&gt;pager lines 24&lt;/P&gt;&lt;P&gt;mtu outside 1500&lt;/P&gt;&lt;P&gt;mtu inside 1500&lt;/P&gt;&lt;P&gt;ip address outside 192.168.202.254 255.255.255.0&lt;/P&gt;&lt;P&gt;ip address inside 10.200.10.1 255.0.0.0&lt;/P&gt;&lt;P&gt;ip audit info action alarm&lt;/P&gt;&lt;P&gt;ip audit attack action alarm&lt;/P&gt;&lt;P&gt;pdm history enable&lt;/P&gt;&lt;P&gt;arp timeout 14400&lt;/P&gt;&lt;P&gt;access-group entsecacl in interface outside&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 192.168.202.130 1&lt;/P&gt;&lt;P&gt;timeout xlate 3:00:00&lt;/P&gt;&lt;P&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00&lt;/P&gt;&lt;P&gt;timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00&lt;/P&gt;&lt;P&gt;timeout uauth 0:05:00 absolute&lt;/P&gt;&lt;P&gt;aaa-server TACACS+ protocol tacacs+&lt;/P&gt;&lt;P&gt;aaa-server RADIUS protocol radius&lt;/P&gt;&lt;P&gt;aaa-server LOCAL protocol local&lt;/P&gt;&lt;P&gt;aaa authentication ssh console LOCAL&lt;/P&gt;&lt;P&gt;no snmp-server location&lt;/P&gt;&lt;P&gt;no snmp-server contact&lt;/P&gt;&lt;P&gt;snmp-server community public&lt;/P&gt;&lt;P&gt;no snmp-server enable traps&lt;/P&gt;&lt;P&gt;floodguard enable&lt;/P&gt;&lt;P&gt;telnet 192.168.202.0 255.255.255.0 outside&lt;/P&gt;&lt;P&gt;telnet 192.168.7.0 255.255.255.0 outside&lt;/P&gt;&lt;P&gt;telnet timeout 5&lt;/P&gt;&lt;P&gt;ssh 192.168.7.0 255.255.255.0 outside&lt;/P&gt;&lt;P&gt;ssh timeout 5&lt;/P&gt;&lt;P&gt;console timeout 0&lt;/P&gt;&lt;P&gt;username xxx password xxx encrypted privilege 15&lt;/P&gt;&lt;P&gt;terminal width 80&lt;/P&gt;&lt;P&gt;Cryptochecksum:xxx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 09:53:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ssh-to-outside-interface-of-a-pix-506e/m-p/755155#M1008796</guid>
      <dc:creator>ride_1976</dc:creator>
      <dc:date>2019-03-11T09:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: SSH to outside interface of a PIX 506e</title>
      <link>https://community.cisco.com/t5/network-security/ssh-to-outside-interface-of-a-pix-506e/m-p/755156#M1008797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;generate the activation key again by this command:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(config)#ca gen rsa key 1024&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also,&lt;/P&gt;&lt;P&gt;if you initialting the request from ,let's say 1.1.1.1 on outside,then please add the follwoing command :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ssh 1.1.1.1 255.255.255.255 outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just replace 1.1.1.1 with ur ip address,put in the ssh command,generate the activation keys once and that should take care of this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sushil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2007 15:18:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ssh-to-outside-interface-of-a-pix-506e/m-p/755156#M1008797</guid>
      <dc:creator>suschoud</dc:creator>
      <dc:date>2007-03-29T15:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: SSH to outside interface of a PIX 506e</title>
      <link>https://community.cisco.com/t5/network-security/ssh-to-outside-interface-of-a-pix-506e/m-p/755157#M1008798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That worked!  Thanks for your help.  How would I get telnet working to that same outside interface?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2007 15:32:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ssh-to-outside-interface-of-a-pix-506e/m-p/755157#M1008798</guid>
      <dc:creator>ride_1976</dc:creator>
      <dc:date>2007-03-29T15:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: SSH to outside interface of a PIX 506e</title>
      <link>https://community.cisco.com/t5/network-security/ssh-to-outside-interface-of-a-pix-506e/m-p/755158#M1008801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;telnet does n't work on the outside interface because of the security concerns.you can enable it on inside/dmz though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;telnet 192.168.1.5 255.255.255.255 inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hth&lt;/P&gt;&lt;P&gt;sushil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2007 15:34:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ssh-to-outside-interface-of-a-pix-506e/m-p/755158#M1008801</guid>
      <dc:creator>suschoud</dc:creator>
      <dc:date>2007-03-29T15:34:20Z</dc:date>
    </item>
  </channel>
</rss>

