Certain hardened images will have `umask 0077` set for the root user, making 
the newly created `/home/users` folder inaccessible to non-root. This results 
in a failure when trying to ssh with the new account. Explicitly set 
permissions to be independent of default umask.
You can view, comment on, or merge this pull request online at:

  https://github.com/jclouds/jclouds/pull/746

-- Commit Summary --

  * Make home folder globally accessible when creating a user

-- File Changes --

    M 
compute/src/test/java/org/jclouds/compute/callables/RunScriptOnNodeUsingSshTest.java
 (4)
    M 
scriptbuilder/src/main/java/org/jclouds/scriptbuilder/statements/login/UserAdd.java
 (5)
    M 
scriptbuilder/src/test/java/org/jclouds/scriptbuilder/statements/login/UserAddTest.java
 (20)

-- Patch Links --

https://github.com/jclouds/jclouds/pull/746.patch
https://github.com/jclouds/jclouds/pull/746.diff

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/746

Reply via email to