# SSH Remote Execution

Allows remote login to a machine via SSH and execution of shell commands.

image-20241013094509272

# Input

image-20241013094615223
  • # Credentials

    You can create SSH credential types in the "Credential Management" section. The following options need to be configured:

    • Host: The remote IP address.
    • Port: The SSH remote host port, default is 22.
    • User: The login username.
    • Password: The login password.
image-20241013094727963

# Command Line

The shell command to be executed on the target remote host. For example:

ps -ef

# Output

The string output from the shell command.

lastUpdated: 3/21/2025, 10:30:31 AM