Hey,
I’ve installed n8n using npm on Manjaro Linux. I’m trying to execute SSH commands using n8n on my local machine.
The error I’m getting: ERROR: Connection lost before handshake
Stack:
Error: Connection lost before handshake
at makeError (/usr/lib/node_modules/n8n/node_modules/ssh2/lib/protocol/utils.js:142:15)
at /usr/lib/node_modules/n8n/node_modules/ssh2/lib/client.js:693:13
at Socket.<anonymous> (/usr/lib/node_modules/n8n/node_modules/ssh2/lib/client.js:748:7)
at Socket.emit (node:events:539:35)
at endReadableNT (node:internal/streams/readable:1345:12)
at processTicksAndRejections (node:internal/process/task_queues:83:21)
Host: localhost
Port: 5678
Any ideas what could be wrong?
Thanks!