Putty "Access Denied"

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
LCStek
Posts: 2
Joined: Tue Aug 20, 2013 9:28 am

Putty "Access Denied"

Post 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?
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Putty "Access Denied"

Post 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
LCStek
Posts: 2
Joined: Tue Aug 20, 2013 9:28 am

Re: Putty "Access Denied"

Post 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?
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Putty "Access Denied"

Post 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!
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Locked