Page 1 of 1

Putty "Access Denied"

Posted: Tue Aug 20, 2013 10:01 am
by LCStek
I am setting up a Nagios XI Standard trial and using the guide and the "additional information link" from http://exchange.nagios.org/components/c ... 1&cf_id=24. I have set the passwords in the places indicated in these documents and I can log in to the web interface as well as the console in VMware. I am trying to follow the steps that reference using Putty over SSH port 22, But, Putty says "access denied" when I try logging in using the nagios admin user. What credentials is it looking for? I am not sure why I cannot connect via Putty. Which credential would I need to reset or use in order to connect?

Re: Putty "Access Denied"

Posted: Tue Aug 20, 2013 10:10 am
by slansing
Putty would allow access to the server itself so you would need to use credentials for that server. By default the root user is set to:

User:

Code: Select all

root
Pass:

Code: Select all

nagiosxi

Re: Putty "Access Denied"

Posted: Tue Aug 20, 2013 10:46 am
by LCStek
OK thanks I had not made the connection that I needed to use Root. How can I change the Root password from the default?

Re: Putty "Access Denied"

Posted: Tue Aug 20, 2013 12:35 pm
by abrist
Once logged in as root, try:

Code: Select all

passwd
It will ask you to enter the new pass twice for confirmation. Don't forget it, otherwise we will need to boot from a livecd to reset it!