Skip to content

remote data over ssh #546

Answered by ilan-gold
lstrgar asked this question in Q&A
Dec 9, 2021 · 1 comments · 37 replies
Discussion options

You must be logged in to vote

Thanks for your interest in our project!

Could you try following the directions here to do the port forwarding to the port in our tutorial that you would open on the remote machine (should be 8000) i.e

ssh -L 12345:localhost:8000 myserver.tosshto.com

Then could you try following the directions in our tutorial on your remote machine, including starting the http-server (this would be the only step you need to do if you already have an image pyramid generated)?

npm install --global http-server
http-server --cors='*' --port 8000 .

You should then be able to use http://avivator.gehlenborglab.org/?image_url=http://localhost:12345/my_image.ome.tif and view the result.

Let me know how this works…

Replies: 1 comment 37 replies

Comment options

You must be logged in to vote
37 replies
@lstrgar
Comment options

@lstrgar
Comment options

@ilan-gold
Comment options

@lstrgar
Comment options

@ilan-gold
Comment options

Answer selected by ilan-gold
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants