mirror of
https://github.com/apache/jclouds.git
synced 2025-02-08 19:15:24 +00:00
caae63b93e
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.