When using the VPS mode, on the screen where you can set the ssh port and user I changed the user from hashgg to root, because I thought it referred to the user I needed to log in as to run the script. This became a problem because although the set up completed successfully the connection test failed; It was trying to log in as root yet the user that the script set up was hashgg.
To fix this, I had to manually edit the state.json file and change the ssh user from root to hashgg.
When using the VPS mode, on the screen where you can set the ssh port and user I changed the user from
hashggtoroot, because I thought it referred to the user I needed to log in as to run the script. This became a problem because although the set up completed successfully the connection test failed; It was trying to log in asrootyet the user that the script set up washashgg.To fix this, I had to manually edit the state.json file and change the ssh user from
roottohashgg.