Ssh connection to jupyter notebook help

hi there! am at my wit’s end with this problem: i’ve been trying to SSH into my machine and start a jupyter notebook thereafter. somewhow, I can ssh in, but when connecting into the browser to remotemachineIP:portNo, it says this site can’t be reached. So I followed the advice at SSH tunneling explained, and it was working until recently. Now when I am prompted for my password, it hangs at authentication. My linux set up is set up like in ekami’s brilliant tutorial at https://tuatini.me/part-1-how-to-setup-your-own-environment-for-deep-learning/

would be really, really grateful for help! been trying for several hours now.

1 Like

fixed it by removing the -N option, and entering localhost:8080 instead of my remote machine’s IP address - I reckon it’s the latter that fixed the problem.