Closed loicmathieu closed 2 months ago
Fixes https://github.com/kestra-io/kestra-ee/issues/1649
Example:
id: ssh namespace: company.team tasks: - id: ssh type: io.kestra.plugin.fs.ssh.Command authMethod: OPEN_SSH host: localhost password: pass commands: - echo "Hello World"
Fixes https://github.com/kestra-io/kestra-ee/issues/1649
Example: