One can use establish SSH connection as a tunnel for sending and receiving other data (e.g. web). For instance, you can make a connection to your server like this:
ssh -D 10000 yourid@yourserver
then you can set up a SOCKS proxy with localhost:10000
. Now yourserver
acts as a web proxy server. For instance, you can use this method to download papers outside your school (that has the subscription).
You can use it for remotely accessing IPython notebook.
Incoming Links #
Related Articles (Article 0) #
Suggested Pages #
- 0.689 Shell
- 0.056 SSH config
- 0.025 Jupyter/notebook
- 0.013 Artemy Kolchinsky
- 0.006 Polynote
- 0.006 IPython
- 0.003 Jupyter
- 0.003 Peter Norvig
- More suggestions...