Access EC2 instance using SSH tunnel

I need a component to get access to the EC2 instance using the SSH tunnel.

Hey @Ali_Khaled,

Welcome to the community :cake:

Can you provide more information? What are you actually trying to do, are you seeing any errors, What version of n8n are you running, Is it self hosted or in cloud?

Hi @Jon,
I’m trying to know which component helps me connect to the EC2 server using the SSH tunnel.
I’m using a local host at first.
Version 0.230.3

Hey @Ali_Khaled,

When say component what do you mean? What are you actually trying to do? In theory if you just want to connect to an EC2 instance you can use the SSH node to connect to it but if you were running a database service on it and wanted to connect to that over a tunnel it would be different.