Does IoT Core Secure Tunneling support SSH Port Forwarding?

0

Hi,

I'd like to know if it's possible establish an SSH connection to a Greengrass Core device via the IoT Core Secure Tunneling service, and then use this to provide remote port forwarding between the device and my PC (i.e. as per https://linuxize.com/post/how-to-setup-ssh-tunneling/)?

cgddrd
asked a year ago321 views
2 Answers
3
  • Thanks but I don't believe these guides answer my question, hence asking here. I'm specifically wanting to know if it's possible to perform SSH port forwarding through an existing SSH AWS secure tunnel.

0
Accepted Answer

To follow up on this, short answer is no, Secure Tunnelling component does not support SSH port forwarding. To achieve this, we had to build our own GG component that drives the localproxy application in destination mode on the device, having subscribed to tunnel notifications via MQTT from IoT Core.

cgddrd
answered 9 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions