LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   changed paswd on ASA5505 (https://www.linuxquestions.org/questions/linux-newbie-8/changed-paswd-on-asa5505-4175432566/)

linux_hockey 10-16-2012 02:44 PM

changed paswd on ASA5505
 
new to both Linux and Rancid, I changed password on Cisco 5505 now my Rancid server is giving me an email alert telling me it hasn't reported back in over 24 hours.

I'm assuming it's the password change.

Pls help in explaining where its looking for a password and being very new the commands to change the password to the new one so it can check back in and backup the config.

thx

linux_hockey 10-16-2012 07:47 PM

Someone please help!! please see earlier post, I've changed password on my ASA5505, now not backing up the config.
very new to Linux so I need commands to change password in my Rancid/Linux server. thx

shivaa 10-29-2012 11:09 AM

You can change password using "passwd" command, as follow:
Code:

passwd <username>
For root user,
Code:

passwd root
If you're not logged in as root user, then you'll need to do sudo, as follow:
Code:

sudo passwd <username>
Enter your password:    (Here enter your own password)
New password:
Confirm password:



All times are GMT -5. The time now is 10:51 AM.