<?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 version 1 on IPS in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/disable-ssh-version-1-on-ips/m-p/1315139#M68477</link>
    <description>&lt;P&gt;We want disable SSH version 1 from our ips, we have checked document but we couldn't find any solution please say your inputs thanks&lt;/P&gt;</description>
    <pubDate>Sun, 10 Mar 2019 11:47:37 GMT</pubDate>
    <dc:creator>waltermavely</dc:creator>
    <dc:date>2019-03-10T11:47:37Z</dc:date>
    <item>
      <title>Disable SSH version 1 on IPS</title>
      <link>https://community.cisco.com/t5/network-security/disable-ssh-version-1-on-ips/m-p/1315139#M68477</link>
      <description>&lt;P&gt;We want disable SSH version 1 from our ips, we have checked document but we couldn't find any solution please say your inputs thanks&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 11:47:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/disable-ssh-version-1-on-ips/m-p/1315139#M68477</guid>
      <dc:creator>waltermavely</dc:creator>
      <dc:date>2019-03-10T11:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: Disable SSH version 1 on IPS</title>
      <link>https://community.cisco.com/t5/network-security/disable-ssh-version-1-on-ips/m-p/1315140#M68478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is just simple openssh changes needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in service mode change /etc/ssh/sshd_config&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#Protocol 2,1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;must be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Protocol 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make shure that you in super user mode, than save file and reboot ips&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2009 12:09:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/disable-ssh-version-1-on-ips/m-p/1315140#M68478</guid>
      <dc:creator>smukhanin</dc:creator>
      <dc:date>2009-10-12T12:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: Disable SSH version 1 on IPS</title>
      <link>https://community.cisco.com/t5/network-security/disable-ssh-version-1-on-ips/m-p/1315141#M68479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for reply can you guide me step by step commands for this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2009 12:30:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/disable-ssh-version-1-on-ips/m-p/1315141#M68479</guid>
      <dc:creator>waltermavely</dc:creator>
      <dc:date>2009-10-12T12:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: Disable SSH version 1 on IPS</title>
      <link>https://community.cisco.com/t5/network-security/disable-ssh-version-1-on-ips/m-p/1315142#M68480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;#configure term&lt;/P&gt;&lt;P&gt;(conf t)#username serviceAdmin priviledge service password XxxXX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#exit&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;login: serviceAdmin&lt;/P&gt;&lt;P&gt;password: ...&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;P&gt;bash$su&lt;/P&gt;&lt;P&gt;password:...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bash# vi /etc/ssh/sshd_config&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Than delete '#' and ',1' in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#Protocol 2,1&lt;/P&gt;&lt;P&gt;To make changes you need press 'Shift+I'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;result:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Protocol 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;type 'esc' and ':wq'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bash#  /etc/init.d/S60ssh restart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may be sshd or other ssh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2009 12:43:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/disable-ssh-version-1-on-ips/m-p/1315142#M68480</guid>
      <dc:creator>smukhanin</dc:creator>
      <dc:date>2009-10-12T12:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: Disable SSH version 1 on IPS</title>
      <link>https://community.cisco.com/t5/network-security/disable-ssh-version-1-on-ips/m-p/1315143#M68481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i try to do this config but it saying that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"/etc/ssh/sshd_config" File is read only&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Oct 2009 10:17:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/disable-ssh-version-1-on-ips/m-p/1315143#M68481</guid>
      <dc:creator>waltermavely</dc:creator>
      <dc:date>2009-10-18T10:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: Disable SSH version 1 on IPS</title>
      <link>https://community.cisco.com/t5/network-security/disable-ssh-version-1-on-ips/m-p/1315144#M68482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is because you not in super user mode. Type 'su' first then type your password, then you will see '#'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Oct 2009 15:18:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/disable-ssh-version-1-on-ips/m-p/1315144#M68482</guid>
      <dc:creator>smukhanin</dc:creator>
      <dc:date>2009-10-18T15:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: Disable SSH version 1 on IPS</title>
      <link>https://community.cisco.com/t5/network-security/disable-ssh-version-1-on-ips/m-p/1315145#M68483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks Sergey &lt;/P&gt;&lt;P&gt;first i have edited protocol 2 even after ssh version 1 was working, after that i have deleted version key file then it stopped, thanks for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Oct 2009 18:49:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/disable-ssh-version-1-on-ips/m-p/1315145#M68483</guid>
      <dc:creator>waltermavely</dc:creator>
      <dc:date>2009-10-18T18:49:50Z</dc:date>
    </item>
    <item>
      <title>Disable SSH version 1 on IPS</title>
      <link>https://community.cisco.com/t5/network-security/disable-ssh-version-1-on-ips/m-p/1315146#M68484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; So this works for incoming SSH but not for outgoing. I couldn't find another file in /etc/ssh that applied to outgoing so my thought was I could do "ssh -2" from the command line in the service acct to be able to do the scp to send a copy of the config to our server that has the backups on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.anyone know what subdir the configs are in?&lt;/P&gt;&lt;P&gt;2. any help on getting the IPS to do ONLY v2 going out? (on a copy current-config scp://xxxxxxxxxx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 17:03:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/disable-ssh-version-1-on-ips/m-p/1315146#M68484</guid>
      <dc:creator>Bob MacLean</dc:creator>
      <dc:date>2013-06-11T17:03:58Z</dc:date>
    </item>
    <item>
      <title>Disable SSH version 1 on IPS</title>
      <link>https://community.cisco.com/t5/network-security/disable-ssh-version-1-on-ips/m-p/1315147#M68486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. /usr/cids/ids/Root/etc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 18:20:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/disable-ssh-version-1-on-ips/m-p/1315147#M68486</guid>
      <dc:creator>mark.barrett</dc:creator>
      <dc:date>2013-06-11T18:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: Disable SSH version 1 on IPS</title>
      <link>https://community.cisco.com/t5/network-security/disable-ssh-version-1-on-ips/m-p/1315148#M68488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, that allowed the scp from the service acct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;syntax error, though. Correct sp. is /usr/cids/idsRoot/etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Still would like to get SSH 2 working though&lt;/STRONG&gt;..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 19:50:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/disable-ssh-version-1-on-ips/m-p/1315148#M68488</guid>
      <dc:creator>Bob MacLean</dc:creator>
      <dc:date>2013-06-11T19:50:10Z</dc:date>
    </item>
  </channel>
</rss>

