mirror of
https://github.com/apache/jclouds.git
synced 2025-02-07 02:29:25 +00:00
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.