Hi mbellerue,
We did copied the known_hosts and id_dsa to /var/www/.ssh again.
We are able to do passwordless ssh to VMA with Nagios and Apache user from Nagios Server through terminal but for some reason it's failing from VMA VMWare Settings Manager GUI with the same error.
Please do the needful,
Best Regards,
BSanjay
Failing SSH Configuration Test from Nagios XI to VMA host
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: Failing SSH Configuration Test from Nagios XI to VMA hos
What Operating System is your XI server on? I think with EL7 there were some changes.
The feedback I from a user for this was:
I had to copy directory (/var/www/.ssh) including files to /usr/share/httpd/ in order to get the VMware Settings Manager working:
cp -pr /var/www/.ssh /usr/share/httpd/
The feedback I from a user for this was:
I had to copy directory (/var/www/.ssh) including files to /usr/share/httpd/ in order to get the VMware Settings Manager working:
cp -pr /var/www/.ssh /usr/share/httpd/
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: Failing SSH Configuration Test from Nagios XI to VMA hos
Hi Box293,
We got it working with below permission and ownership setting on /var/www/.ssh,
sudo chmod 0700 /var/www/.ssh
sudo chmod 600 /var/www/.ssh/id_dsa
sudo chmod 644 /var/www/.ssh/known_hosts
sudo chown -R apache:apache /var/www/.ssh
Best Regards,
BSanjay
We got it working with below permission and ownership setting on /var/www/.ssh,
sudo chmod 0700 /var/www/.ssh
sudo chmod 600 /var/www/.ssh/id_dsa
sudo chmod 644 /var/www/.ssh/known_hosts
sudo chown -R apache:apache /var/www/.ssh
Best Regards,
BSanjay
Re: Failing SSH Configuration Test from Nagios XI to VMA hos
Excellent, glad you were able to get this working! Closing thread.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!