Versions Compared

Key

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

...

  • Output (type: string): outputs the SSH command execution.
  • Output Result Code (type: int32): outputs the execution's result code.





Connect

...

to Linux

This activity connects to an SSH Host. The Output of this activity should be used as Input for all Connection parameters used for all activities found under this category.

...

The Connect to Linux activity parameters can be provided by manual inserted values or via IN arguments or variables:

Image Added

Image RemovedImage Added

Double Hop Parameters:

  • Double Hop Certificate Content (text box editor type) (type: string): the content of the authentication certificate (OpenSSH, SSH Type).
  • Double Hop Certificate Path (text box editor type) (type: string): the path of the authentication certificate (OpenSSH, SSH Type).Enable Keyboard Interactive (combo
  • Double Hop Forwarding SSH Port (text box editor type) (type: int32): the port for the SSH tunnel from "Hostname" to the "Double Hop Hostname"
  • Double Hop Hostname / IP Address (text box editor type) (type: string): specify if this kind of authentication method should be used when establishing the connection to the machine. This should be the DNS name or IP address of the SSH host that will hop over the "Host name" specified under the "Parameters" category.
  • Double Hop Passphrase (text box editor type) (type: string): the passphrase for the selected certificate for Double Hopping.
  • Double Hop Passphrase Binding (text box editor type) (type: string): bind to a variable containing the encrypted passphrase for the certificate host. (This parameter is used only when the user wants to send an encrypted password from outside the workflow, for example Flowster Portal).
  • Double Hop Password (text box editor type) (type: string): the password for the provided username.
  • Double Hop Password Binding (text box editor type) (type: string): bind to a variable containing the encrypted password for the SSH host. (This parameter is used only when the user wants to send an encripted password from outside the workflow, for example Flowster Portal).
  • Double Hop Username (text box editor type) (type: string): the username connect to the SSH host.

Parameters:

  • Certificate Content (text box editor type) (type: string): the content of the authentication certificate (OpenSSH, SSH Type).
  • Certificate Path (text box editor type) (type: string): the path of the authentication certificate (OpenSSH, SSH Type).
  • Enable Keyboard Interactive (combo box editor type) (type: string): specify if this kind of authentication method should be used when establishing the connection to the machine. This should be set on Yes only if the Linux machine is configured to accept it. This will be used for "Double Hop Hostname" as well
  • Hostname / IP Address (text box editor type) (type: string): the DNS name or IP address of the SSH host.
  • Passphrase (text box editor type) (type: string): the passphrase for the selected certificate.
  • Passphrase Binding (text box editor type) (type: string): bind to a variable containing the encrypted passphrase for the certificate host. (This parameter is used only when the user wants to send an encrypted password from outside the workflow, for example Flowster Portal).
  • Password (text box editor type) (type: string): the password for the provided username.
  • Password Binding (text box editor type) (type: string): bind to a variable containing the encrypted password for the SSH host. (This parameter is used only when the user wants to send an encripted password from outside the workflow, for example Flowster Portal).
  • SSH Port(text box editor type) (type: int32): the SSH port.
  • SSH Timeout (text box editor type) (type: int32): the SSH timeout (default 60 seconds).
  • Username (text box editor type) (type: string): the username connect to the SSH host.

...