Connecting to Your DataCrunch.io Server
After setting up your server, you receive access using the IP address stated in the dashboard.

If you are using a command line tool/terminal, you can connect to your instance using the following command:
ssh -i /path/to/your/key/id_rsa [email protected]
Alternatively, you can use your favorite SSH client to connect to the server. Below is an example using Putty:

Add your server info to Putty and click Save
. After saving, you will need to add your private key:

Add your key, go back to session
and save again. Don’t forget to click save again on session
, or your private key won’t be saved!
Next, we click Open
and are greeted with our login screen. Use username root
to proceed. If you used an authentication key with a passphrase, you will be prompted to type it in. You should now be logged in now!
Last updated
Was this helpful?