SSH node is not working. Error: “Timed out while waiting for handshake”
{
"errorMessage": "Timed out while waiting for handshake",
"errorDetails": {},
"n8nDetails": {
"n8nVersion": "1.84.3 (Cloud)",
"binaryDataMode": "filesystem",
"stackTrace": [
"Error: Timed out while waiting for handshake",
" at Timeout._onTimeout (/usr/local/lib/node_modules/n8n/node_modules/ssh2/lib/client.js:1116:23)",
" at listOnTimeout (node:internal/timers:581:17)",
" at processTimers (node:internal/timers:519:7)"
]
}
}
I am trying to connect to my router via SSH node to process commands using Telegram bot.
I can connect to my router via SSH over the Internet. So there is access.
(I use correct IP/name/pass)
Where are you running n8n? self-hosted? what i meant is you ssh into the main n8n instance or a worker and try the ssh commands directly from the command-line.
Ctrl-c/ctrl-v you workflow from your web interface and place it in a code comment on the forum. it will become interactive. please share also credentials, but remove password.