Bug 1037800

Summary: [RFE] [AIO] support non root user ssh access
Product: [Retired] oVirt Reporter: Alon Bar-Lev <alonbl>
Component: ovirt-engine-installerAssignee: Sandro Bonazzola <sbonazzo>
Status: CLOSED WONTFIX QA Contact: bugs <bugs>
Severity: low Docs Contact:
Priority: low    
Version: unspecifiedCC: iheim, oschreib, rbalakri, yeylon
Target Milestone: ---Keywords: FutureFeature
Target Release: 3.6.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: integration
Fixed In Version: Doc Type: Enhancement
Doc Text:
Feature: support non root user ssh access Reason: Result (if any):
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-03-22 15:46:54 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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.