kestra-io / plugin-fs

https://kestra.io/plugins/plugin-fs/
Apache License 2.0
6 stars 7 forks source link

feat(ssh): support OpenSSH config authentication #154

Closed loicmathieu closed 2 months ago

loicmathieu commented 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"