First Time Connection Guide
How to connect to a brand new VPS created by using one of the Constellation Network VPS build guides.
Last updated
Was this helpful?
How to connect to a brand new VPS created by using one of the Constellation Network VPS build guides.
Last updated
Was this helpful?
You are using Debian Ubuntu
as your distribution. If you are not, please substitute ubuntu
for root
throughout this document.
The username alice
or Alice
should be replaced with your actual local username on your Windows or Macintosh system.
We are using an ed25519
SSH key pair ( replace with rsa
otherwise )
Retrieve the expected fingerprint from your VPS provider’s dashboard or control panel (most clouds show it when you create the instance).
Compare that value against what your SSH client displays.
In most cases, because you are manually making this connection, you can be confident you’re connecting to the correct host. However, when handling remote connections, always exercise extra caution.
Just to make sure everything is nicely updated on your Linux VPS, we will perform some updates and upgrades.
During the upgrade process, you may encounter a PURPLE dialog box asking you to select a few options. Since our node doesn’t require any special Debian configuration, just keep the default settings.
If you receive a purple box, on your keyboard hit the tab to move to the OK
or CONTINUE
, or CONFIRM
options and then press Enter.
Keep your private key secure: Never share it, and use a strong passphrase.
Use Keychain (macOS) or ssh-agent (Windows) to avoid re-entering the passphrase each session. ( Out of scope of this document ).
Regularly update your local OpenSSH client and your VPS’s OpenSSH server to the latest stable versions.