<?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 Disable SSH V1 in AIP-SSM10 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/disable-ssh-v1-in-aip-ssm10/m-p/1388435#M67888</link>
    <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we have AIP-SSM 10 and having lower version of 6.0(5)E2 engine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To update to the new version we had tried to copy the current config to the remote server using scp. During the process we faced the below error&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AIP-IPS# copy scp://vpsadmin@192.168.2.1//configuration/cfg current-config&lt;BR /&gt;Password: ********&lt;BR /&gt;Warning: Copying over the current configuration may leave the box in an unstable state.&lt;BR /&gt;Would you like to copy current-config to backup-config before proceeding? [yes]: yes&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;Protocol major versions differ: 1 vs. 2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; "&gt;My remote server is running on Solaris OS having only SSHv2 supported. More over i could able to find AIP-SSM is running on both SSHv1 &amp;amp; SSHv2.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; "&gt;Could any one help us to solve the problem.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;SPAN style="color: #000000;"&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 10 Mar 2019 11:55:13 GMT</pubDate>
    <dc:creator>ydcnetwork</dc:creator>
    <dc:date>2019-03-10T11:55:13Z</dc:date>
    <item>
      <title>Disable SSH V1 in AIP-SSM10</title>
      <link>https://community.cisco.com/t5/network-security/disable-ssh-v1-in-aip-ssm10/m-p/1388435#M67888</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we have AIP-SSM 10 and having lower version of 6.0(5)E2 engine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To update to the new version we had tried to copy the current config to the remote server using scp. During the process we faced the below error&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AIP-IPS# copy scp://vpsadmin@192.168.2.1//configuration/cfg current-config&lt;BR /&gt;Password: ********&lt;BR /&gt;Warning: Copying over the current configuration may leave the box in an unstable state.&lt;BR /&gt;Would you like to copy current-config to backup-config before proceeding? [yes]: yes&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;Protocol major versions differ: 1 vs. 2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; "&gt;My remote server is running on Solaris OS having only SSHv2 supported. More over i could able to find AIP-SSM is running on both SSHv1 &amp;amp; SSHv2.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; "&gt;Could any one help us to solve the problem.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;SPAN style="color: #000000;"&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 11:55:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/disable-ssh-v1-in-aip-ssm10/m-p/1388435#M67888</guid>
      <dc:creator>ydcnetwork</dc:creator>
      <dc:date>2019-03-10T11:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: Disable SSH V1 in AIP-SSM10</title>
      <link>https://community.cisco.com/t5/network-security/disable-ssh-v1-in-aip-ssm10/m-p/1388436#M67889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Disabling sshv1 on the sensor is tracked with bug &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN&gt;CSCsk84977.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The workaround to disable it is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE style="font-family: monospace; font-size: 12px; white-space: pre-wrap; word-wrap: break-word;"&gt;Create a service account (if one does not already exist) using the CLI, then log in using that account and enter the following commands:&lt;BR /&gt;&lt;BR /&gt;su -&lt;BR /&gt;cd /etc/ssh&lt;BR /&gt;cp sshd_config sshd_config.old&lt;BR /&gt;sed -r '/^#?Protocol /cProtocol 2' sshd_config.old &amp;gt; sshd_config&lt;BR /&gt;&lt;BR /&gt;## to apply the changes do:&lt;BR /&gt;/etc/init.d/cids reboot&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Mar 2010 17:42:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/disable-ssh-v1-in-aip-ssm10/m-p/1388436#M67889</guid>
      <dc:creator>Panos Kampanakis</dc:creator>
      <dc:date>2010-03-11T17:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: Disable SSH V1 in AIP-SSM10</title>
      <link>https://community.cisco.com/t5/network-security/disable-ssh-v1-in-aip-ssm10/m-p/1388437#M67891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the same issue but using V7.0(4)E4 on a SSM-10 unit.&amp;nbsp; Are the commands you specficied the same for this version?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Oct 2010 19:52:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/disable-ssh-v1-in-aip-ssm10/m-p/1388437#M67891</guid>
      <dc:creator>r.bender</dc:creator>
      <dc:date>2010-10-14T19:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: Disable SSH V1 in AIP-SSM10</title>
      <link>https://community.cisco.com/t5/network-security/disable-ssh-v1-in-aip-ssm10/m-p/1388438#M67893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its the same workaround for all IPS software versions and hardware types.&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Oct 2010 23:07:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/disable-ssh-v1-in-aip-ssm10/m-p/1388438#M67893</guid>
      <dc:creator>begomez</dc:creator>
      <dc:date>2010-10-14T23:07:09Z</dc:date>
    </item>
    <item>
      <title>Disable SSH V1 in AIP-SSM10</title>
      <link>https://community.cisco.com/t5/network-security/disable-ssh-v1-in-aip-ssm10/m-p/1388439#M67896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks for the help.&amp;nbsp; However I was able to get it fixed without restarting the entire IPS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used VI to edit /etc/ssh/sshd_config&amp;nbsp;&amp;nbsp; Removed the ,1 from the Protocol line&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I used the ps -aux | grep ssh to find the process ID of the sshd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issue kill -HUP &lt;ID&gt;&lt;/ID&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That way only the sshd got restarted.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2011 16:56:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/disable-ssh-v1-in-aip-ssm10/m-p/1388439#M67896</guid>
      <dc:creator>daphilli</dc:creator>
      <dc:date>2011-09-20T16:56:03Z</dc:date>
    </item>
  </channel>
</rss>

