cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1791
Views
5
Helpful
1
Replies

ACS 5.2 setup http user through SSH

bchyka
Level 1
Level 1

Is there a way to set up a new admin user on ACS 5.2 appliance through logging into the device via SSH?

We lost our password for https access but can get in via ssh.  I want to set up another user with https access from the SSH interface.

Thanks.                  

1 Reply 1

nkarthikeyan
Level 7
Level 7

Hi,

Yes... you can do that using cli mode.....

acs reset-password

To reset the `acsadmin' administrator password to the default setting, use the acs reset-passwordcommand in the EXEC mode.

acs reset-password

Syntax Description

No arguments or keywords.

Defaults

This command resets the ACS administrator `acsadmin' password to the default setting (default). Resetting this password does not affect other ACS administrators.

Command Modes

EXEC

Usage Guidelines

You cannot use this command on a secondary ACS node.

After you use this command, you must access your primary ACS node via the web interface and change the password. If you use the default password for the web interface (default) to access the ACS Configuration mode (which requires you to provide the web interface username and password), the login fails and the system prompts you to change the default password.

Examples

acs/admin# acs reset-password

This command resets the 'ACSAdmin' password to its original value. 

Are you sure you want to continue?  (yes/no) y

Password was reset successfully

acs/admin# 

Once done use the default password which would be a factory default...... :-)

Please do rate if the given information helps.

By

Karthik