<?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: Changing ciphers and Key Encyption in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/changing-ciphers-and-key-encyption/m-p/4529963#M1086344</link>
    <description>&lt;P&gt;I am assuming that "host" in the line "&lt;SPAN&gt;/home/admin/ansible/hosts" is the file which contains&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[backups]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;raphael ansible_host=192.168.1.20&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;where "backups" is under all:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;children:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;backups:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;192.168.1.20&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; switch:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;someIP&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please forgive my noobyness, I'm transitioning from Redhat Ansible training to real life Ansible deployment and this material wasn't covered, only how to code. Their labs are self contained and you just install them with wget and then start working.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 12 Jan 2022 05:18:50 GMT</pubDate>
    <dc:creator>Eric R. Jones</dc:creator>
    <dc:date>2022-01-12T05:18:50Z</dc:date>
    <item>
      <title>Changing ciphers and Key Encyption</title>
      <link>https://community.cisco.com/t5/network-security/changing-ciphers-and-key-encyption/m-p/4529935#M1086340</link>
      <description>&lt;P&gt;I'm working with Ansible 2.9 and when I try to run Ad-Hoc commands or plays I get errors stating my ssh&amp;nbsp;&lt;/P&gt;&lt;P&gt;ansible -m ios_ping -a "dest=10.88.2.21" testboxes&lt;BR /&gt;SSH password:&lt;BR /&gt;ys2021_b2046r301_test.srf.local | FAILED! =&amp;gt; {&lt;BR /&gt;"changed": false,&lt;BR /&gt;"msg": "Connection type ssh is not valid for this module"&lt;BR /&gt;}&lt;BR /&gt;Is there a way to change the Key Exchange algorithm from:&lt;/P&gt;&lt;P&gt;ip ssh server algorithm kex ?&lt;BR /&gt;diffie-hellman-group-exchange-sha1 DH_GRPX_SHA1 diffie-hellman key exchange algorithm&lt;BR /&gt;diffie-hellman-group14-sha1 DH_GRP14_SHA1 diffie-hellman key exchange algorithm&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;to anyone of the below or a combinaton?&lt;/P&gt;&lt;P&gt;ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group14-sha256,ext-info-c server diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jan 2022 03:04:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/changing-ciphers-and-key-encyption/m-p/4529935#M1086340</guid>
      <dc:creator>Eric R. Jones</dc:creator>
      <dc:date>2022-01-12T03:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: Changing ciphers and Key Encyption</title>
      <link>https://community.cisco.com/t5/network-security/changing-ciphers-and-key-encyption/m-p/4529957#M1086343</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit; -webkit-tap-highlight-color: transparent; -webkit-text-size-adjust: 100%;"&gt;you might have a cipher issue but the error message you gave is related to a missing network plugin.&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;do you have configured any host vars or group vars?&lt;/P&gt;
&lt;P&gt;here a thread I’m sure can help you (this is a common issue):&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.reddit.com/r/ansible/comments/eqneiw/connection_type_ssh_is_not_valid_for_this_module/?utm_source=share&amp;amp;utm_medium=ios_app&amp;amp;utm_name=iossmf" target="_blank"&gt;https://www.reddit.com/r/ansible/comments/eqneiw/connection_type_ssh_is_not_valid_for_this_module/?utm_source=share&amp;amp;utm_medium=ios_app&amp;amp;utm_name=iossmf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jan 2022 04:53:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/changing-ciphers-and-key-encyption/m-p/4529957#M1086343</guid>
      <dc:creator>Francesco Molino</dc:creator>
      <dc:date>2022-01-12T04:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: Changing ciphers and Key Encyption</title>
      <link>https://community.cisco.com/t5/network-security/changing-ciphers-and-key-encyption/m-p/4529963#M1086344</link>
      <description>&lt;P&gt;I am assuming that "host" in the line "&lt;SPAN&gt;/home/admin/ansible/hosts" is the file which contains&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[backups]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;raphael ansible_host=192.168.1.20&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;where "backups" is under all:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;children:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;backups:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;192.168.1.20&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; switch:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;someIP&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please forgive my noobyness, I'm transitioning from Redhat Ansible training to real life Ansible deployment and this material wasn't covered, only how to code. Their labs are self contained and you just install them with wget and then start working.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jan 2022 05:18:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/changing-ciphers-and-key-encyption/m-p/4529963#M1086344</guid>
      <dc:creator>Eric R. Jones</dc:creator>
      <dc:date>2022-01-12T05:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: Changing ciphers and Key Encyption</title>
      <link>https://community.cisco.com/t5/network-security/changing-ciphers-and-key-encyption/m-p/4530059#M1086348</link>
      <description>&lt;P&gt;check this thread how you can connect using ansible to devices using ciphers :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.cisco.com/t5/other-cloud-subjects/cant-login-ssh-with-ansible-because-of-cipher-error-from-cisco/td-p/4174091" target="_blank"&gt;https://community.cisco.com/t5/other-cloud-subjects/cant-login-ssh-with-ansible-because-of-cipher-error-from-cisco/td-p/4174091&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jan 2022 09:21:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/changing-ciphers-and-key-encyption/m-p/4530059#M1086348</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2022-01-12T09:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: Changing ciphers and Key Encyption</title>
      <link>https://community.cisco.com/t5/network-security/changing-ciphers-and-key-encyption/m-p/4530564#M1086392</link>
      <description>&lt;P&gt;Is it possible to add key exchange that will upgrade the switch from ,&amp;nbsp;&lt;SPAN&gt;diffie-hellman-group-exchange-sha1 and&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;diffie-hellman-group14-sha1? Apparently sha1 is no longer STIG allowable. I thought that to upgrade my key exchanges I would have to upgrade the IOS.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jan 2022 03:44:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/changing-ciphers-and-key-encyption/m-p/4530564#M1086392</guid>
      <dc:creator>Eric R. Jones</dc:creator>
      <dc:date>2022-01-13T03:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: Changing ciphers and Key Encyption</title>
      <link>https://community.cisco.com/t5/network-security/changing-ciphers-and-key-encyption/m-p/4530770#M1086405</link>
      <description>&lt;P&gt;upgrading the SSH v2 to get new cipher is addon and more secure.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jan 2022 12:05:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/changing-ciphers-and-key-encyption/m-p/4530770#M1086405</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2022-01-13T12:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: Changing ciphers and Key Encyption</title>
      <link>https://community.cisco.com/t5/network-security/changing-ciphers-and-key-encyption/m-p/4531841#M1086451</link>
      <description>&lt;P&gt;Looks like the 16.12.X train is heading to EOL/EOS this year. We will be moving to Amsterdam 17.3.X or 17.4.X. I read another post on an unrelated search that Key Exchanges of SHA1 are no longer used. This should solve our issue.&lt;/P&gt;&lt;P&gt;We are already using SSH V2 based on policy.&lt;/P&gt;&lt;P&gt;I've had to fix weak ciphers before, e.g. AES128-ctr, AES128-cbc but haven't ever done KEX.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ej&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jan 2022 21:51:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/changing-ciphers-and-key-encyption/m-p/4531841#M1086451</guid>
      <dc:creator>Eric R. Jones</dc:creator>
      <dc:date>2022-01-14T21:51:13Z</dc:date>
    </item>
  </channel>
</rss>

