[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] ASP Password on RaQ550



> I recently changed my admin password on RaQ550, after changing the
password
> I am able to login in the administartor console but unable to login in ASP
> administration section.
>
> How I can change or reset my ASP Administration password, can I do the
same
> using telnet.
>

first off, get ssh and disable telnet (big security hole).
http://www.solarspeed.net/downloads/index.php has a good OpenSSH package.

to change your ASP admin password, log in via SSH
[admin] su -
[root] cd /home/chiliasp
[root] ./admtool

and follow the instructions.

andy