7
2
I am trying to connect to a remote server, based on the instructions given on this page:
https://bokeh.pydata.org/en/latest/docs/user_guide/server.html#ssh-tunnels
It suggests to create a tunnel from my local machine to my server using the command:
ssh -NfL localhost:5006:localhost:5006 user@remote.host
However my local machine is Windows - being a beginner programmer I have trouble figuring out how to reproduce the above mention command, but with PuTTY.
Could anyone help me out with that?
Thanks
I add to use -L instead of -NL which was unrecognized. – Alfred M. – 2018-03-26T15:49:28.870
@AlfredM. True, I've updated my answer. – Martin Prikryl – 2018-03-26T16:01:05.803