We have a handful of Windows 2019 nodes running OpenSSH-Win64 ... I've been unable to get Ansible ( 2.9.5 ) to be able to connect to these Windows nodes, despite the fact that I'm able to ssh from the Ansible control node (CentOS8.1) to the Windows 2019 nodes via:
ssh -i /path/to/private/key myU...@my.nodes.ip.address
the SSH command connects without issue (and correctly doesn't prompt me for a PW).
All of the documentation I've read is showing that Ansible supports OpenSSH-Win32 ... is OpenSSH-Win64 supported?
Thanks in advance.