April 2018
Beginner to intermediate
440 pages
11h 36m
English
Now that the sandbox is running, you can connect using Secure Shell (SSH). The secure shell allows you to log in remotely to another machine. Open a new terminal and enter the following command:
ssh raj_ops@127.0.0.1 -p2222
The previous command uses ssh to connect as user raj_ops to the localhost (127.0.0.1) on port 2222. You will get a warning that the authenticity of the host cannot be established. We did not create any keys for ssh. Just type yes and you will be prompted for the password. The user raj_ops has the password raj_ops. Your terminal prompt should now look like the following line:
[raj_ops@sandbox-hdp ~]$
If your terminal is like it is in the previous code, you are now logged into the container.