Useful links
- userid and password store:
git config --global credential.helper store
- Client side install if you are using Chrome
- Server side insatll if you are using Ubuntu:
sudo apt-get install mosh
- Don’t forget adding ssh key info
- Kill past sessions except the existing one:
kill $(ps --no-headers --sort=start_time -C mosh-server -o pid | head -n -1)
- On server:
jupyter notebook --no-browser --port=8889
- On local terminal:
ssh -N -f -L localhost:8888:localhost:8889 username@serverIP
- On local browser: Open http://localhost:8888/ with token