templates/pipes/core/ssh-source-pipe.yaml (11 lines of code) (raw):

- route: from: uri: "kamelet:ssh-source" parameters: connectionHost: "The Connection Host" password: "The Password" pollCommand: "date" username: "The Username" steps: - to: uri: "log:info"