Skip to Content
Mastering Geospatial Analysis with Python
book

Mastering Geospatial Analysis with Python

by Silas Toms, Paul Crickard, Eric van Rees
April 2018
Beginner to intermediate content levelBeginner to intermediate
440 pages
11h 36m
English
Packt Publishing
Content preview from Mastering Geospatial Analysis with Python

Connecting via Secure Shell

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.

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Learning Geospatial Analysis with Python

Learning Geospatial Analysis with Python

Joel Lawhead

Publisher Resources

ISBN: 9781788293334Supplemental Content