10-17-2010 06:34 PM - edited 03-11-2019 11:55 AM
hi forumers,
some question over ASA appliance management access setting,
(1) now my situation is once i telnet to my ASA device, it only request password. Instead i would like to do it in the way the ASA will ask for local username and password for the authentication (no AAA server)
is it deal with SSH setting (i didnt set SSH for it, just ASDM/HTTPS and telnet)?
(2) Can ASA do like what cisco router / switches did on these CLI.
line vty 0 4
transport input telnet ssh
my concern is it able to let user using putty can either telnet or SSH.
thank you
Solved! Go to Solution.
10-17-2010 07:15 PM
Hello Yhong
Mike here,
In the case you need authentication using a username and password for your Telnet session you can issue the command
aaa authentication telnet console LOCAL
See that the local is in uppercase, that will tell the firewall to use the local database, you can populate this database using the "username" command
The ASA builds an ASP table on which he listens for traffic that comes to him, as if you configure only telnet, he will listen only in telnet, if you configure both, he will be mostlikely accepting both management protocols.
If you have any questions please feel free to ask
Mike
10-17-2010 07:16 PM
Hi,
To your first question, enter the command "aaa authentication telnet console LOCAL". It should then ask you for the username/password.
Regarding the 2nd query, the ASAs do not have any lines (vty,console,aux). To configure SSH for the ASA, please refer the below link:
http://www.cisco.com/en/US/docs/security/asa/asa80/configuration/guide/mgaccess.html#wp1042023
Regards,
Prapanch
10-17-2010 07:15 PM
Hello Yhong
Mike here,
In the case you need authentication using a username and password for your Telnet session you can issue the command
aaa authentication telnet console LOCAL
See that the local is in uppercase, that will tell the firewall to use the local database, you can populate this database using the "username" command
The ASA builds an ASP table on which he listens for traffic that comes to him, as if you configure only telnet, he will listen only in telnet, if you configure both, he will be mostlikely accepting both management protocols.
If you have any questions please feel free to ask
Mike
10-17-2010 07:16 PM
Hi,
To your first question, enter the command "aaa authentication telnet console LOCAL". It should then ask you for the username/password.
Regarding the 2nd query, the ASAs do not have any lines (vty,console,aux). To configure SSH for the ASA, please refer the below link:
http://www.cisco.com/en/US/docs/security/asa/asa80/configuration/guide/mgaccess.html#wp1042023
Regards,
Prapanch
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide