Execute SSH commands on a remote server
step
Executes a series of SSH commands directly on a remote server.
Executes a series of SSH commands directly on a remote server.
connection
username
port
knownHosts
strictHostKeyChecking
on[]
input[]
1name: ssh2image: relaysh/ssh-step-exec3spec:4 connection: !Connection { type: ssh, name: my-ssh-connection }5 username: !Parameter username6 port: 227 knownHosts: >8 !Parameter known_host9 on:10 - !Parameter host_url11 input:12 - !Parameter command13