I am trying to use the ASAv on AWS and have followed the documentation on how to build the configuration for the EC2 instances.
I have 2 additional interfaces. I have added EIPs on the outside and mgmt interfaces I have created the day zero config (added the ASAv version correctly) and downloaded the SSH key. When I try to ssh into the ASAv and I can not login and only get the password prompt.
using this day0 config:
! required config start
! ASA Version 9.6.2.1
interface management 0/0
management-only
nameif management
security-level 100
ip address dhcp setroute
no shut
!
crypto key generate rsa modulus 2048
ssh 0 0 management
ssh timeout 30
username admin nopassword privilege 15
useruser admin attributes
service-type admin
http server enable
http 0 0 management
! required config end