Skip to the content.

host.linux

This connection is for linux based host systems. Remote connections require ssh to be active.

Use cases

Parameters

1: host

host: "host name"

2: port

port: "port number"

3: user

user: "user name"

4: password

password: "user password"

5: tempPath

tempPath: "temporary work directory"

6: simulateTerminal

simulateTerminal: "Y" / "N"

7: simulateTerminal

jumphostConnections: "list of connections"

8: allowLocalhostExecution

allowLocalhostExecution: "Y" + "N"

Examples

---
type: Connection
data:
  name: "host.linux.1"
  type: "host.linux"
  description: "host.linux.1 connection"
  environment: "iesi-test"
  parameters:
  - name: "host"
    value: "localhost"
  - name: "port"
    value: "2222"
  - name: "user"
    value: "root"
  - name: "password"
    value: "ENC(Waan0DOjDHNBnTXtldp5xnGwIP0=)"
  - name: "tempPath"
    value: "/tmp"
  - name: "simulateTerminal"
    value: "N"