Setting up your Node (v1.4.21.1)
2. SSH for the first time to your new VPS
Return to step 1
To SSH into a VPS, run:
ssh root@<ip_address_of_VPS>
The authenticity of host (<ip_address>) can't be established.
ED25519 key fingerprint is SHA256
This key is not known by another names
Are you sure you want to continue connecting (yes/no/[fingerprint])?
yes
Warning: Permanently added '<ip_address>' (ED25519) to the list of known hosts. Connection closed by <ip_address> port 22.
Enter the root password SSH into your VPS again:
ssh root@<ip_address_of_VPS>
Enter the root password.