Actions
Bug #12439
closedNo proxy output when using non-root ssh user
Description
--- effective_user: connection_options: retry_interval: 15 retry_count: 4 timeout: 60 ssh_user: vagrant hostname: 172.17.42.1 script: ! 'echo "hello world" ' proxy_url: https://katello-centos7-foreman.example.com:8443
Returns no output
Updated by Stephen Benjamin over 9 years ago
- Status changed from New to Duplicate
Actually caused by #12422 - the server and client both use the same tmp directory. Server side is owned by foreman-proxy user, so if you're not using root then you can't write to the client directory.
Updated by Stephen Benjamin over 9 years ago
- Is duplicate of Bug #12422: Using two different remote users on the single host ends up with permissions issues at the second attemt added
Updated by Stephen Benjamin over 9 years ago
- Translation missing: en.field_release set to 107
Updated by Stephen Benjamin over 9 years ago
- Translation missing: en.field_release deleted (
107)
Actions