SNICScienceCloud / LDSA-Spark

A collections of Apache Spark notebooks for the LDSA course
Apache License 2.0
0 stars 3 forks source link

Passwords #4

Closed isha123456 closed 7 years ago

isha123456 commented 7 years ago

Hi,

I missed the lab sessions because of my full-time work. I wonder what passwords we should use.

  1. To log in, the instructions are saying to use ssh core@
    When I do this, I get a prompt to enter the password. What is the password here?

In labs 1 and 2, we used ssh -i ubuntu. Should I also use the SSH key here?

  1. EXPORT_TSP_JUPYTER_TOKEN= Which password should I use here? The same as in point 1 above?

I am blocked in lab3 until I get the answers.

mcapuccini commented 7 years ago

Hi! You should use the SSH key. You can either use the -i option, or you can add the SSH key to the shell session with ssh-add. The password that you export is just for Jupyter, it has nothing to do with SSH. Please let me know if you manage!

isha123456 commented 7 years ago

It is working now.