<?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: Pix 506e with ssh in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-506e-with-ssh/m-p/842638#M956041</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to connect to my PIX 506e using SSH Secure Shell, but now I cannot. I get an error message saying "Connection closed by remote host? We have made no changes to the pix, all the sudden it quit working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I need to regenerate the the rsa key? Or what should I do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new on managing PIXes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 08 Mar 2008 18:21:52 GMT</pubDate>
    <dc:creator>noeminieto</dc:creator>
    <dc:date>2008-03-08T18:21:52Z</dc:date>
    <item>
      <title>Pix 506e with ssh</title>
      <link>https://community.cisco.com/t5/network-security/pix-506e-with-ssh/m-p/842633#M956036</link>
      <description>&lt;P&gt;How can I configure the ssh access on pix 506e?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 11:55:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-506e-with-ssh/m-p/842633#M956036</guid>
      <dc:creator>robertho_ramirez</dc:creator>
      <dc:date>2019-03-11T11:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: Pix 506e with ssh</title>
      <link>https://community.cisco.com/t5/network-security/pix-506e-with-ssh/m-p/842634#M956037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use this configuration:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pix506e(config)# ca zeroize rsa --- erase actual key&lt;/P&gt;&lt;P&gt;pix506e(config)# ca save all -- save changes&lt;/P&gt;&lt;P&gt;pix506e(config)# domain-name ciscopix.com --creates new key&lt;/P&gt;&lt;P&gt;pix506e(config)# ca generate rsa key 1024&lt;/P&gt;&lt;P&gt;For &lt;KEY_MODULUS_SIZE&gt; &amp;gt;= 1024, key generation could&lt;/KEY_MODULUS_SIZE&gt;&lt;/P&gt;&lt;P&gt;  take up to several minutes. Please wait.&lt;/P&gt;&lt;P&gt;Keypair generation process begin.&lt;/P&gt;&lt;P&gt;.Success.&lt;/P&gt;&lt;P&gt;pix506e(config)# ca save all -- save new changes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2008 21:26:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-506e-with-ssh/m-p/842634#M956037</guid>
      <dc:creator>Alejandro Cortes Rivera</dc:creator>
      <dc:date>2008-01-29T21:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: Pix 506e with ssh</title>
      <link>https://community.cisco.com/t5/network-security/pix-506e-with-ssh/m-p/842635#M956038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and how apply this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2008 21:28:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-506e-with-ssh/m-p/842635#M956038</guid>
      <dc:creator>robertho_ramirez</dc:creator>
      <dc:date>2008-01-29T21:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: Pix 506e with ssh</title>
      <link>https://community.cisco.com/t5/network-security/pix-506e-with-ssh/m-p/842636#M956039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the configure mode:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pix(config)#ssh x.x.x.x x.x.x.x outiside --- specify the interface by what you are access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ssh ip address --- netmask ---- interface&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2008 21:38:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-506e-with-ssh/m-p/842636#M956039</guid>
      <dc:creator>Alejandro Cortes Rivera</dc:creator>
      <dc:date>2008-01-29T21:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: Pix 506e with ssh</title>
      <link>https://community.cisco.com/t5/network-security/pix-506e-with-ssh/m-p/842637#M956040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You dont have to apply it anywhere. After you configure the commands posted in the above message, you have to configure the pix to allow what IP Addresses can access to which interface using SSH. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example 1: The below command will allow all IP Addresses on the outside to access the pix via SSH. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ssh 0.0.0.0 0.0.0.0 outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example 2: The below command will allow all 10.1.1.0/24 Addresses on the inside to access the pix via SSH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ssh 10.1.1.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** Please rate all helpful posts **&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2008 21:38:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-506e-with-ssh/m-p/842637#M956040</guid>
      <dc:creator>ajagadee</dc:creator>
      <dc:date>2008-01-29T21:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: Pix 506e with ssh</title>
      <link>https://community.cisco.com/t5/network-security/pix-506e-with-ssh/m-p/842638#M956041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to connect to my PIX 506e using SSH Secure Shell, but now I cannot. I get an error message saying "Connection closed by remote host? We have made no changes to the pix, all the sudden it quit working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I need to regenerate the the rsa key? Or what should I do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new on managing PIXes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Mar 2008 18:21:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-506e-with-ssh/m-p/842638#M956041</guid>
      <dc:creator>noeminieto</dc:creator>
      <dc:date>2008-03-08T18:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: Pix 506e with ssh</title>
      <link>https://community.cisco.com/t5/network-security/pix-506e-with-ssh/m-p/842639#M956042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ssh timeout 10 &lt;/P&gt;&lt;P&gt;issue this command in config mode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2008 07:06:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-506e-with-ssh/m-p/842639#M956042</guid>
      <dc:creator>mkkeyan</dc:creator>
      <dc:date>2008-03-10T07:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: Pix 506e with ssh</title>
      <link>https://community.cisco.com/t5/network-security/pix-506e-with-ssh/m-p/842640#M956043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the response. I changed from the existing 5 to 10 and then to 30. &lt;/P&gt;&lt;P&gt;Now my PIX 501e is doing the same thing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is still not working. What else can I do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Noemi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2008 18:27:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-506e-with-ssh/m-p/842640#M956043</guid>
      <dc:creator>noeminieto</dc:creator>
      <dc:date>2008-03-10T18:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: Pix 506e with ssh</title>
      <link>https://community.cisco.com/t5/network-security/pix-506e-with-ssh/m-p/842641#M956044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;!The two commands below are used to define the PIX's host name and domain name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!This is necessary because the RSA keys used for encryption and decryption are&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!named using these parameters and also are bound to the PIX via these parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hostname pix123&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;domain-name test.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!The command below is used to generate a 1024-bit RSA public/private key pair to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!be used for encryption and decryption.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ca generate rsa key 1024&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!The command below is used to save the keys generated to Flash memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ca save all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!The commands below are used to tell the PIX to accept SSH connections on its&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!outside interface and to set the idle timeout for SSH sessions to 15 minutes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ssh 10.1.1.1 255.255.255.255 outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ssh timeout 7&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!Furthermore, the PIX can be set up to do authentication for the SSH users&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!connecting to it. The following command defines the AAA server group, ssh123, to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!use for authentication. The AAA server address, 10.1.1.200, and the key to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!authenticate to it, mysecure, are also defined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa-server ssh123 (inside) host 10.1.1.200 mysecure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!The following command binds the AAA server group to the protocol TACACS+.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa-server ssh123 protocol tacacs+&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!The following command is used to tell the PIX box to do authentication for the&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!SSH users using the AAA server group, ssh123, defined above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authenticate ssh console ssh123&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 14:50:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-506e-with-ssh/m-p/842641#M956044</guid>
      <dc:creator>mkkeyan</dc:creator>
      <dc:date>2008-03-11T14:50:43Z</dc:date>
    </item>
  </channel>
</rss>

