<?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 ASAv ssh connection interface (CML) in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asav-ssh-connection-interface-cml/m-p/4410503#M1081142</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to connect to the ASAv with Ansible through ssh and i have configured the following:&lt;/P&gt;&lt;PRE&gt;crypto key generate rsa modulus 2048&lt;BR /&gt;username cisco password cisco privilege 15
aaa authentication ssh console LOCAL
ssh version 2&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;But when i do the following command I can not see the management interface only the inside and outside interface that i have configured:&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2021-05-29 at 18.27.01.png" style="width: 722px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/121474i5FF51A6570EB4F8C/image-dimensions/722x271?v=v2" width="722" height="271" role="button" title="Screen Shot 2021-05-29 at 18.27.01.png" alt="Screen Shot 2021-05-29 at 18.27.01.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How could I add the management interface to connect with ssh?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
    <pubDate>Sat, 29 May 2021 16:31:21 GMT</pubDate>
    <dc:creator>arnauamargant-domene</dc:creator>
    <dc:date>2021-05-29T16:31:21Z</dc:date>
    <item>
      <title>ASAv ssh connection interface (CML)</title>
      <link>https://community.cisco.com/t5/network-security/asav-ssh-connection-interface-cml/m-p/4410503#M1081142</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to connect to the ASAv with Ansible through ssh and i have configured the following:&lt;/P&gt;&lt;PRE&gt;crypto key generate rsa modulus 2048&lt;BR /&gt;username cisco password cisco privilege 15
aaa authentication ssh console LOCAL
ssh version 2&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;But when i do the following command I can not see the management interface only the inside and outside interface that i have configured:&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2021-05-29 at 18.27.01.png" style="width: 722px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/121474i5FF51A6570EB4F8C/image-dimensions/722x271?v=v2" width="722" height="271" role="button" title="Screen Shot 2021-05-29 at 18.27.01.png" alt="Screen Shot 2021-05-29 at 18.27.01.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How could I add the management interface to connect with ssh?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Sat, 29 May 2021 16:31:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asav-ssh-connection-interface-cml/m-p/4410503#M1081142</guid>
      <dc:creator>arnauamargant-domene</dc:creator>
      <dc:date>2021-05-29T16:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: ASAv ssh connection interface (CML)</title>
      <link>https://community.cisco.com/t5/network-security/asav-ssh-connection-interface-cml/m-p/4410504#M1081143</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1181760"&gt;@arnauamargant-domene&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You probably don't have &lt;STRONG&gt;nameif&lt;/STRONG&gt; configured under the management interface.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;interface Management0/0&lt;BR /&gt;&amp;nbsp;management-only&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;nameif MGMT&lt;/STRONG&gt;&lt;/PRE&gt;
&lt;P&gt;Which should then allow you to configure SSH access-list, referencing the management nameif.&lt;/P&gt;
&lt;PRE&gt;ssh &amp;lt;network&amp;gt; 255.255.255.0 &lt;STRONG&gt;MGMT&lt;/STRONG&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 29 May 2021 16:45:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asav-ssh-connection-interface-cml/m-p/4410504#M1081143</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2021-05-29T16:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: ASAv ssh connection interface (CML)</title>
      <link>https://community.cisco.com/t5/network-security/asav-ssh-connection-interface-cml/m-p/4410505#M1081144</link>
      <description>&lt;P&gt;Exactly. Thank you&lt;/P&gt;</description>
      <pubDate>Sat, 29 May 2021 16:47:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asav-ssh-connection-interface-cml/m-p/4410505#M1081144</guid>
      <dc:creator>arnauamargant-domene</dc:creator>
      <dc:date>2021-05-29T16:47:39Z</dc:date>
    </item>
  </channel>
</rss>

