<?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: FTD CLI doesn't accept Commands with backspaces in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/ftd-cli-doesn-t-accept-commands-with-backspaces/m-p/5205579#M1116384</link>
    <description>&lt;P&gt;I'm sure I run the command with the root user in expert mode.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 09 Oct 2024 07:11:41 GMT</pubDate>
    <dc:creator>at@ps</dc:creator>
    <dc:date>2024-10-09T07:11:41Z</dc:date>
    <item>
      <title>FTD CLI doesn't accept Commands with backspaces</title>
      <link>https://community.cisco.com/t5/network-security/ftd-cli-doesn-t-accept-commands-with-backspaces/m-p/5205064#M1116354</link>
      <description>&lt;P&gt;Hey Folks,&lt;/P&gt;
&lt;P&gt;I have FMC with 4 FTDs (7.2.8), I'm trying to run this command for example on the CLI&lt;/P&gt;
&lt;P&gt;&amp;lt;grep -i -E "KexAlgorithms|MACs|Ciphers" /etc/ssh/sshd_config&amp;gt;&lt;/P&gt;
&lt;P&gt;what I noticed, is that the Space key is not taken, and for any command that has space, the CLI sticks all laters together.&lt;/P&gt;
&lt;P&gt;Also, I tried to run other commands with spaces, but the case is the same!!&lt;/P&gt;
&lt;P&gt;I have this unusual behavior on all FTDs.&lt;/P&gt;
&lt;P&gt;Any helpful thoughts?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2024 08:37:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ftd-cli-doesn-t-accept-commands-with-backspaces/m-p/5205064#M1116354</guid>
      <dc:creator>at@ps</dc:creator>
      <dc:date>2024-10-08T08:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: FTD CLI doesn't accept Commands with backspaces</title>
      <link>https://community.cisco.com/t5/network-security/ftd-cli-doesn-t-accept-commands-with-backspaces/m-p/5205237#M1116364</link>
      <description>&lt;P&gt;Any Linux command must be run from expert mode and probably as superuser (su or root). The command you cited works fine in that mode:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Cisco Secure Firewall Threat Defense for VMware v7.6.0 (build 27)

&amp;gt; expert
admin@FTDv-1:~$ sudo su -
Password: 
root@FTDv-1:~# grep -i -E "KexAlgorithms|MACs|Ciphers" /etc/ssh/sshd_config
#   CC and UCAPL modes have their own requirements about what ciphers can be enabled
Ciphers aes128-gcm@openssh.com,aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-ctr,aes192-ctr
MACs hmac-sha2-256,hmac-sha2-512,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com
KexAlgorithms curve25519-sha256@libssh.org,ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512
root@FTDv-1:~# &lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2024 15:09:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ftd-cli-doesn-t-accept-commands-with-backspaces/m-p/5205237#M1116364</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2024-10-08T15:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: FTD CLI doesn't accept Commands with backspaces</title>
      <link>https://community.cisco.com/t5/network-security/ftd-cli-doesn-t-accept-commands-with-backspaces/m-p/5205579#M1116384</link>
      <description>&lt;P&gt;I'm sure I run the command with the root user in expert mode.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2024 07:11:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ftd-cli-doesn-t-accept-commands-with-backspaces/m-p/5205579#M1116384</guid>
      <dc:creator>at@ps</dc:creator>
      <dc:date>2024-10-09T07:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: FTD CLI doesn't accept Commands with backspaces</title>
      <link>https://community.cisco.com/t5/network-security/ftd-cli-doesn-t-accept-commands-with-backspaces/m-p/5205762#M1116396</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1456272"&gt;at@ps&lt;/a&gt; I just confirmed it works on a Firepower 2130 running 7.2.8 (same version as your device):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Cisco Firepower Extensible Operating System (FX-OS) v2.12.1 (build 73)
Cisco Firepower 2130 Threat Defense v7.2.8 (build 25)

&amp;gt; expert
admin@ftd-1:~$ sudo su -
Password: 
root@ftd-1:~# grep -i -E "KexAlgorithms|MACs|Ciphers" /etc/ssh/sshd_config
KexAlgorithms curve25519-sha256,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group14-sha256,diffie-hellman-group14-sha1
MACs hmac-sha2-512,hmac-sha2-256,hmac-sha1
Ciphers aes128-gcm@openssh.com,aes256-gcm@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,chacha20-poly1305@openssh.com
root@ftd-1:~#&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2024 13:52:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ftd-cli-doesn-t-accept-commands-with-backspaces/m-p/5205762#M1116396</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2024-10-09T13:52:00Z</dc:date>
    </item>
  </channel>
</rss>

