Hi,
Is there any kind of detailed log in Rundeck to track down reasons of problems of SSH authentication to nodes? I need help to configure Rundeck for SSH authentication to nodes.
At the moment at attempt to run command on node - I get error:
"Failed: ConnectionFailure: Connection timed out: connect"Rundeck server runs on Windows Server 2012 machine.
As a node Windows 7 32-bit machine is used.
KymM Telnet/SSH server runs on node machine (Windows 7 32-bit).
I can log in to node using Putty via SSH with public/private key authentication (generated keys with PuTTYGen - .ppk file stores private key).
I have converted .ppk file of private key to OpenSSH format with PuTTYGen and saved it as file in Rundeck project directory.
In
project.properties file I have:
project.ssh-authentication=privateKey
project.ssh-keypath=C\:\\Rundeck\\projects\\... - path to private key file in OpenSSH format
Still when I navigate to 'Nodes' in Rundeck and run a command on remote Windows 7 32-bit node - I get '
Connection timed out' error.
In framework.properties file I have default setting for infinite SSH timeout:
framework.ssh.timeout = 0
So I don't have a clue what can be reason of error and what tools I can use to debug for the source of an error. Look for any kind of hint.
Thanks.
Regards.
Andrii Kalytiuk