mirror of
https://github.com/apache/jclouds.git
synced 2025-02-06 10:09:35 +00:00
3bdac1cc33
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.