🚉First Time Connection Guide
How to connect to a brand new VPS created by using one of the Constellation Network VPS build guides.
Prerequisites
Assumptions
You are using Debian
Ubuntu
as your distribution. If you are not, please substituteubuntu
forroot
throughout this document.The username
alice
orAlice
should be replaced with your actual local username on your Windows or Macintosh system.We are using an
ed25519
SSH key pair ( replace withrsa
otherwise )
💻 Windows, Macintosh or Linux
Open Terminal
🪟 Launch Windows Terminal and select a PowerShell tab (or Command Prompt if you prefer).
You may also decide to use remote access applications tools such as Termius or PuTTy
Termius: https://www.termius.com/
PuTTy: https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html
Remote Connection to your VPS
This step assumes root
as the default username created by the cloud provider for first time access. Depending on the cloud provider this username may be different. You may need to try all three options through process of elimination to gain initial access.
root
Digital Ocean or Hetzner may use this as the default.
ubuntu
AWS may use this as default.
admin
Debian 12 users may need to use the admin
username as the default for initial connections.
Remember we are using generic names, locations and IP address for your SSH key and VPS external IP address.
Verify the fingerprint
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.
Update your VPS
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.
🎶 Tips & Best Practices
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.
Last updated
Was this helpful?