Accessing Running Nerfstudio using SSH Reverse Tunneling #2246
Unanswered
AidanNelson
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi There,
I'm trying to run nerfstudio on a machine behind a restrictive firewall. I have the program running there (🎉) and want to access it using the viewer. My approach is as follows:
ssh -R remote-port:localhost:local-port host
I'm using reverse tunneling instead of tunneling because Machine A does not have a consistent IP that I can tunnel to from Machine B.When I try to connect the viewer to https://example.com (or, in fact, any name besides localhost), I see "Invalid websocket URL." Any thoughts on how to approach this or what I'm doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions