Bug 1037800 - [RFE] [AIO] support non root user ssh access
Summary: [RFE] [AIO] support non root user ssh access
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: oVirt
Classification: Retired
Component: ovirt-engine-installer
Version: unspecified
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: ---
: 3.6.0
Assignee: Sandro Bonazzola
QA Contact: bugs@ovirt.org
URL:
Whiteboard: integration
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-03 20:24 UTC by Alon Bar-Lev
Modified: 2015-03-22 15:46 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2015-03-22 15:46:54 UTC
oVirt Team: ---
Embargoed:


Attachments (Terms of Use)

Description Alon Bar-Lev 2013-12-03 20:24:47 UTC
Since 3.3 we support non root ssh with correct configuration of sudo.

If a user other than root is set in environment:

1. Put key at that user.

2. Install sudo file:

/etc/sudoers.d/10-ovirt-engine-setup-aio.conf
---
Defaults:@USER@ !requiretty
user1 ALL=(ALL) NOPASSWD: /bin/sh
---

3. When adding the host specify @USER@ to use.

Should work

Comment 1 Itamar Heim 2015-03-22 15:46:54 UTC
Closing old bugs. If this issue is still relevant/important in current version, please re-open the bug.


Note You need to log in before you can comment on or make changes to this bug.