For context, I’m currently trying to use Spacebridge as an alternative connection to SSH into my devices in case the network goes down. After getting the device connected and activated on the dashboard, I’ve:
- Generated a public key on my local device and uploaded it via API
- Enabled tunneling on the dashboard
- Run “hologram spacebridge” on the remote device, which responds saying it’s listening on port 4010
- Run “ssh -p 999 -L 5000:link<LINK_ID>:22 -N -i spacebridge.key htunnel@tunnel.hologram.io”
Unfortunately, the connection just hangs afterwards. I also tried running “ssh -p 999 -L 5000:link<LINK_ID>:4010 -N -i spacebridge.key htunnel@tunnel.hologram.io”, but that hung as well. I’ve verified that my device can send messages to the dashboard. Let me know if anyone can provide any insight here.
Thanks,
Nathan