Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ssh authentication

Status
Not open for further replies.

qweasdzxcqweasdzxc

Technical User
Sep 12, 2006
61
US
easy question for someone out there (I hope).

I just need to change the default ssh username and password on my asa appliance.....Anyone got a quick and easy answer for me?

Thanks
 
You can modify the password of the ssh login via the 'passwd' command in Config mode.

For logging in with multiple users...you should be able to do something like this:

aaa-server LOCAL protocol local
aaa authentication ssh console LOCAL

Then create the users via the 'username' command.
Be careful not to lock yourself out.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top