DataCrunch.io logo

Docs

Connecting to your DataCrunch.io server

Last Updated: 2022-12-01
After setting up your server, you receive access using the IP address stated in the dashboard.
Server-overview1.png
If you are using a command line tool/terminal you can connect to your instance using 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. In this case I will be using Putty.
PuttyConfiguration1.jpg
Add your server info to Putty & click save
After saving, you will need to add your private key;
PuttyConfiguration2.png
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 a authentication key with a passphrase, you will be prompted to type it in. You should now be logged in.
Tip: You can paste text into your terminal in Putty by right clicking. You can copy things from your terminal to Windows desktop by just selecting text (no need to press ctrl+c/copy), it will save the text in clipboard.