When setting up your server's SSH connection information you'll be asked for the"connect as" user and for the "operations directory". Β
Remember that the user you specify must have permissions on the given directory. Β
For example, say you had a user "forge" and wanted to use the operations directory of "/ottomatik". Β You'd want to set the permissions on that folder by changing ownership like so:
sudo chown -R forge:forge /ottomatik
β
Alternatively, you could specify an operations directory somewhere that the user already has ownership, such as in their home directory. Perhaps something like /home/forge/ottomatik_ops in our example.
πππ
We hope you find this helpful! If you need any further assistance, please contact us and we'll be more than glad to help you out.Β