Closed lasseeee closed 3 years ago
I could prefix commands with sudo
but it messes with file ownership and permission. I've reverted to SSHing into the servers manually as the isolated users - for anyone else having this issue.
Going to check this, and merge the pull request if approved.
As of now there is no way to log in as an isolated PHP user using the Forge CLI, as there is no option to select the SSH user on the fly. It would be great to override the "forge" user by doing something like:
forge ssh mywebserver --user=examplecom
, as the forge user doesn't have permissions to edit files for isolated users, naturally. I could of coursesu
..