@Chris - what is the project config item I can set to change the ssh command? I dont see it in the ssh plugin docs anywhere (
). Also, where would this debug logging go to? Would I see it in job log output or would it go to another log location? Here is my current project config with my guess at what the option would be, but it doesnt seem to be changing anything:
project.nodeCache.enabled=true
project.ssh-authentication=password
project.ssh-keypath=/var/lib/rundeck/.ssh/id_rsa
project.ssh-password-storage-path=keys/projects/${job.project}/rundecksvcacct.password
project.sudo-command-enabled=true
project.sudo-password-storage-path=keys/projects/${job.project}/rundecksvcacct.password
project.sudo-prompt-max-timeout=50000
resources.source.1.cache=true
resources.source.1.config.generateFileAutomatically=true
resources.source.1.config.includeServerNode=true
resources.source.1.config.url=http\://localhost\:8080/tags\:aws?run_list\=run_list&roles\=roles&platform\=platform&tags\=tags&environment\=chef_environment&ip\=ipaddress&hostname\=fqdn&default_username\= rundecksvcacct&default_project\=/foo
resources.source.1.type=url
service.FileCopier.default.provider=jsch-scp
service.NodeExecutor.default.command=ssh -o "StrictHostKeyChecking no" -vv ${node.username}@${node.hostname} ${exec.command}
service.NodeExecutor.default.provider=jsch-ssh