fdac20 / TwitterSentiment

2 stars 0 forks source link

da2 connection issues #17

Closed tuckermiles70 closed 3 years ago

tuckermiles70 commented 3 years ago

@audrism

I'm having issues connecting to da2 at the moment, and I'm not too sure about what's going on. Any help would be appreciated!

image

I'm no longer able to access via "ssh da2" but the second command does let me in as shown above.

audrism commented 3 years ago

Are you sure you are using: ssh -p3099 -L3000:localhost:3000 yournetid@da2.eecs.utk.edu

tuckermiles70 commented 3 years ago

That allows me to connect, but I can't connect to my notebook via "http://localhost:8888/" like I was previously able to with just "ssh da2."

This is my ssh config on my local machine: image

audrism commented 3 years ago

The notebook is in a separate container, so you need to run another ssh (as for part A) to connect to the notebook.Your home folders will be the same, however.