Search results

  1. M

    Permission issues for new sftp users

    We have an issue with new sFTP users that we create - first of all following documentation on how to create new users is not working, so what we did is the following: "sudo useradd -m {$name} -g www-data", "echo '{$name}:{$password}' | sudo chpasswd", "sudo...
  2. M

    Litespeed issues with PHP SSH configuration

    Hello nice people, I'm using this image: https://marketplace.digitalocean.com/apps/openlitespeed-wordpress that comes with litespeed integrated. I'm not a server guy so first of all, excuse any stupid stuff that I say :) What I'm doing is that I setup my droplets via php, through DO API, and I...
Top