Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The URL or IPv4 address of the SSH host to connect to. The host should be accessible from all agents able to run the build containing this action. If any connection issues are detected they will appear in the build log. Action will connect and represent itself as an xterm client. In addition it will use a channel to send commands so that it can easily detect when they have been completed. If a script is used in the action, SFTP will be used to upload the script to the host for execution. This guarantees that the script runs in the context of the host, and does not have to deal with any translation issues between the actions client and the server. Once run the script file will be removed from the SSH host. 

Port

The port number that the SSH host will be listening on. Port 22 is the default port for SSH hosts. 

Login Name

 

Password

Run Option

Scripts

...