cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1826
Views
0
Helpful
2
Replies

ASAv ssh connection interface (CML)

Hello,

 

I am trying to connect to the ASAv with Ansible through ssh and i have configured the following:

crypto key generate rsa modulus 2048
username cisco password cisco privilege 15 aaa authentication ssh console LOCAL ssh version 2

 But when i do the following command I can not see the management interface only the inside and outside interface that i have configured:

Screen Shot 2021-05-29 at 18.27.01.png

 

How could I add the management interface to connect with ssh?

 

Thank you.

1 Accepted Solution

Accepted Solutions

Hi @arnauamargant-domene 

You probably don't have nameif configured under the management interface.

 

interface Management0/0
 management-only
 nameif MGMT

Which should then allow you to configure SSH access-list, referencing the management nameif.

ssh <network> 255.255.255.0 MGMT

 

View solution in original post

2 Replies 2

Hi @arnauamargant-domene 

You probably don't have nameif configured under the management interface.

 

interface Management0/0
 management-only
 nameif MGMT

Which should then allow you to configure SSH access-list, referencing the management nameif.

ssh <network> 255.255.255.0 MGMT

 

Exactly. Thank you

Review Cisco Networking for a $25 gift card