-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deploying Phoenix with non-root User Fails :-\ #11
Comments
investigating logining in as |
Simply adding a password for root is not enough for Ubuntu 14.04 Server. You also need to edit
Just below it, add the following line:
Then restart SSH:
for Ubuntu 16.04.1 LTS (GNU/Linux 4.4.0-59-generic x86_64) "PermitRootLogin without-password" has been replaced by "PermitRootLogin prohibit-password" |
|
removed the command before the SSH Key from |
** (Mix) Cannot execute task because the project was not yet compiled. When build_embedded is set to true, "MIX_ENV=prod mix compile" must be explicitly executed I'm now reading through the |
Running the app in "production" mode works!!
|
When dependencies are installed with
sudo
on an instance they are not accessible to the non-root we are having this issue with HL and the ODBC dependencies ...I'm investigating our options.
The text was updated successfully, but these errors were encountered: