putty - Trying to access remote jupyter notebook via ssh tunnel -
i need accessing remote jupyter notebook instance
normally, when trying access jupyter notebook running on remote server on mac, write following in terminal window create tunnel
ssh -nl $local_port_number:localhost:$remote_port_number $my_username@$remote_server
afterwards, can access jupyter server @ http://localhost:local_port_number
how do in putty on windows? know there option in connection>>ssh>>tunnels this, cannot configuration work far.
to access jupyter on ssh tunnel on windows need 1) initiate tunnel in putty , 2) configure web browser send traffic on tunnel.
to initiate tunnel in putty: 1) navigate connection-->ssh-->tunnels 2) put in local address want forward traffic 3) click 'dynamic' radio button 4) click 'add' button 5) click 'open' button initiate connection
for chrome , internet explorer 1) use start->run menu run inetcpl.cpl 2) in 'connections' tab click 'lan settings' 3) click on 'use proxy server lan' check box 4) click 'advanced' 5) in 'socks' field type '127.0.0.1' , add port chose above 6) apply these changes clicking 'ok' button
you should able access jupyter on ssh tunnel.
Comments
Post a Comment