Using SSH for NCPA Installation on Windows Servers
Posted: Thu Oct 09, 2025 3:51 am
I’m trying to deploy NCPA to my Microsoft Windows servers and noticed that the installation process uses SSH. Is this intentional, or could it be a mistake?
Do I need to install OpenSSH on my Windows servers before proceeding?
In my environment, we already use Ansible with WinRM for Windows deployments.
Is it possible to modify the Nagios deployment to use WinRM instead of SSH?
I see that the install_agent_win.yml file includes the line:
ansible_connection: ssh
Would appreciate clarification or guidance on the best approach.
Do I need to install OpenSSH on my Windows servers before proceeding?
In my environment, we already use Ansible with WinRM for Windows deployments.
Is it possible to modify the Nagios deployment to use WinRM instead of SSH?
I see that the install_agent_win.yml file includes the line:
ansible_connection: ssh
Would appreciate clarification or guidance on the best approach.