You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@libcloud.apache.org by "Tomaz Muraus (JIRA)" <ji...@apache.org> on 2013/03/07 06:54:14 UTC

[dev] [jira] [Created] (LIBCLOUD-302) ScriptDeployment doesn't work correctly if a ssh)user doesn't have permission to /root

Tomaz Muraus created LIBCLOUD-302:
-------------------------------------

             Summary: ScriptDeployment doesn't work correctly if a ssh)user doesn't have permission to /root
                 Key: LIBCLOUD-302
                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-302
             Project: Libcloud
          Issue Type: Bug
          Components: Compute
            Reporter: Tomaz Muraus
            Assignee: Tomaz Muraus
            Priority: Minor


Reported by user "rotem" on the IRC.

By default, if a user doesn't provide `name` argument, deployment script content gets saved in file `/root/deployment_<random>.sh`. This won't work if the ssh_user used for deployment doesn't have permission to write to /root.

Better solution is to default to user's home directory (~/) which should be writable.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira