03-29-2012 10:21 PM - edited 03-11-2019 03:48 PM
Hi ,
I was configuring the SSH local user on ASA with below Command but observing the Error please someone help me in resolving this.
I am trying to configure below Script
aaa authentication ssh console TACACS-MGNT LOCAL
ssh 192.168.0.0 255.255.0.0 MGMT
ssh 172.16.0.0 255.240.0.0 MGMT
ssh 10.0.0.0 255.0.0.0 MGMT
ssh timeout 5
username netcontrol password l00$31t encrypted privilege 15 -----------> here i am getting below Error.
crypto key generate rsa modulus 1024
end
ASA(config)# username netcontrol password l00$31t encrypted privilege 15
Encrypted password is of incorrect length
ERROR: Username addition failed
Thanks
Naresh
Solved! Go to Solution.
03-30-2012 01:24 AM
Hi Naresh,
Please do not use the word encrypted in the command, the ASA encrypts the password itself.
ASA3(config)# username cisco password cisco privilege 15
ASA3(config)# show run username
username cisco password 3USUcOPFUiMCO4Jk encrypted privilege 15
Hope that helps.
Thanks,
Varun Rao
03-30-2012 01:24 AM
Hi Naresh,
Please do not use the word encrypted in the command, the ASA encrypts the password itself.
ASA3(config)# username cisco password cisco privilege 15
ASA3(config)# show run username
username cisco password 3USUcOPFUiMCO4Jk encrypted privilege 15
Hope that helps.
Thanks,
Varun Rao
02-28-2018 12:02 AM
Help a lot. Thank you!
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