Once we know the sshd service is running on the server, we can head back to our client to configure key-based authentication. This enables us to store a private encryption key on the client side, upload a corresponding public key to the server, then use these two keys to authenticate and...
Instead of having to type export EDITOR=code every time prior to yarn start, you can instead store this setting in your personal .env file (this goes inside the root of your local content directory). If the .env file doesn't already exist, you can create one and include the above setti...