Versions Compared

Key

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

...

  • default value:
    • empty
  • description:
    • This parameter specifies the user account to be used when connecting to the SSH server.

command_delimiter

  • default value:
    • %%
  • description:
    • Command delimiter characters are specified using this parameter. These delimiters can then used in the command parameter to separate multiple commands. These commands are then executed in a separate SSH session.

Optional Parameters

port

  • default value:
    • 22
  • description:
    •  This parameter specifies the port number of the SSH server.

...

  • default value:
    • empty
  • description:
    • This parameter specifies the path and name of a user's private key file used for registration on an SSH server. This parameter must be specified if the publickey authorization method has been specified in the auth_method parameter. 
      If the private key file is secured with a passphrase, the password parameter hat to be set with the passphrase.

command_delimiter

  • default value:
    • %%
  • description:
    • Command delimiter characters are specified using this parameter. These delimiters can then used in the command parameter to separate multiple commands. These commands are then executed in a separate SSH session.

command

  • default value:
    • empty
  • description:
    • This parameter specifies a command that is to be executed on the SSH server. Multiple commands can be separated by the command delimiter that is specified using the command_delimiter parameter.

...