AutomationFlowsGeneral › SSH Wf Sample

SSH Wf Sample

SSH_WF_sample. Uses ssh. Event-driven trigger; 2 nodes.

Event trigger★☆☆☆☆ complexity2 nodesSsh
General Trigger: Event Nodes: 2 Complexity: ★☆☆☆☆ Added:

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "name": "SSH_WF_sample",
  "nodes": [
    {
      "parameters": {},
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        0,
        0
      ],
      "id": "b19c687d-60f5-47e3-b4db-9d68e7dc576c",
      "name": "When clicking \u2018Execute workflow\u2019"
    },
    {
      "parameters": {
        "command": "echo \"Hello n8n! Tell me a one-liner joke about CTOs and toasters\" |                /home/angel/.local/bin/claude --print "
      },
      "type": "n8n-nodes-base.ssh",
      "typeVersion": 1,
      "position": [
        208,
        0
      ],
      "id": "1bb58933-ad02-45ae-8c10-1b672238dfb5",
      "name": "Execute a command",
      "credentials": {
        "sshPassword": {
          "name": "<your credential>"
        }
      }
    }
  ],
  "connections": {
    "When clicking \u2018Execute workflow\u2019": {
      "main": [
        [
          {
            "node": "Execute a command",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "02b878bb-2875-42c8-9891-c965c1838a19",
  "meta": {
    "templateCredsSetupCompleted": true
  },
  "id": "7kf2jLtWD8a5oQpF",
  "tags": [
    {
      "name": "PoC",
      "id": "ojKIzw4DENHcocD4",
      "updatedAt": "2025-12-19T09:06:53.471Z",
      "createdAt": "2025-12-19T09:06:53.471Z"
    }
  ]
}

Credentials you'll need

Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.

Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

SSH_WF_sample. Uses ssh. Event-driven trigger; 2 nodes.

Source: https://github.com/akenel/banco-starter/blob/main/src/n8n/workflows/SSH_WF_sample.json — original creator credit. Request a take-down →

More General workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

General

Blockhead Scene Generator. Uses ssh. Event-driven trigger; 2 nodes.

Ssh
General

Report Examples Demo. Event-driven trigger; 7 nodes.

General

Check if a Twitch Stream is Live. Uses graphql. Event-driven trigger; 7 nodes.

GraphQL
General

Automatically prune n8n execution history. Uses n8n. Event-driven trigger; 7 nodes.

n8n
General

Google Sheets UI for n8n Workflow. Uses manualTrigger, stickyNote, splitInBatches, googleSheets. Event-driven trigger; 6 nodes.

Google Sheets