RunpodR
Runpod15mo ago
4 replies
Wax Matthews

connection refused for port forwarding (for colab)

1. I set up a pod and it's running...
2. Added the env variable for JUPYTER_PASSWORD
3. Set up ~/.ssh/id_ed25519
4. Pushed the Jupyter lab [Port 8888] button in Connect
5. Ran the port fwd cmd:
$ssh root@xxx.xxx.xxx.xx -p xxxxx -i ~/.ssh/id_ed25519 -L 8888:localhost:8888

getting a refusal...

ssh: connect to host xx.xxx.xxx.xx port xxxxx: Connection refused

6. I've added the http://localhost:8888/lab?token= with my token to Colab.


Where am I failing?
Was this page helpful?