You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering, as localhost doesn't work (returns: Error: Not found when using node's client). How can I set the right sshTargetHost so that it will automatically ssh to the host machine?
Using azure iot hub&edge version 1.0.8.1 on ARM64 with suneetnangia/azure-iot-edge-secure-access:360-arm32v7
Thank you,
Shaked
The text was updated successfully, but these errors were encountered:
Hi, I know it's late, but I just want to post my solution here as I stumbled upon the same issue.
The container seems to have access to all host networks and thus can resolve the host via any of the IPs of the host's network interfaces.
You can configure a static IP address for the host machine in your local network and set this as the sshTargetHost.
Hey,
Thank you for the great project!
I was wondering, as
localhost
doesn't work (returns:Error: Not found
when usingnode
's client). How can I set the rightsshTargetHost
so that it will automaticallyssh
to the host machine?Using azure iot hub&edge version
1.0.8.1
on ARM64 withsuneetnangia/azure-iot-edge-secure-access:360-arm32v7
Thank you,
Shaked
The text was updated successfully, but these errors were encountered: