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.ย