Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 2170031

Summary: [RFE]Password protected SSH keys for remote execution.
Product: Red Hat Satellite Reporter: Vedashree Deshpande <vdeshpan>
Component: Remote ExecutionAssignee: Adam Lazik <alazik>
Status: CLOSED CURRENTRELEASE QA Contact: Satellite QE Team <sat-qe-bz-list>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.10.0CC: alazik, aruzicka, dsinglet
Target Milestone: UnspecifiedKeywords: Documentation, FutureFeature, Triaged
Target Release: Unused   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2024-02-27 12:22:45 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 Vedashree Deshpande 2023-02-15 12:52:02 UTC
Description of problem:

Customer want to increase the security level. Right now satellite is using one (non password protected) ssh key to run remote jobs on all of our hosts. They would like to use password protected ssh key, so even after it is somehow extracted from the satellite, the person would have to know the password to use it.


Version-Release number of selected component (if applicable):
Satellite 6.10 onward


Actual results:
existing SSH key do not have passwords to access them

Expected results:
Password protected SSH key for security reasons. 

Additional info:

Comment 2 Adam Ruzicka 2023-02-15 12:54:48 UTC
Well, they can do this themselves. They either can replace the key with their own or just add an passphrase to an already existing key.

Comment 3 Adam Ruzicka 2023-02-16 10:47:17 UTC
Is it a future feature though? It is possible manually right now. Yes, we could document it and we could possibly make the installer generate passphrase protected keys, but almost surely not by default.

Comment 4 Vedashree Deshpande 2023-02-16 11:02:01 UTC
Sure Adam. I have suggested a way to achieve it to the customer. Please share if you have a document currently or where we can incorporate this?

Comment 5 Adam Ruzicka 2023-02-16 11:19:35 UTC
I don't really have anything. It could either end up being a KCS or go into the proper docs

Comment 8 Adam Lazik 2024-02-22 11:43:22 UTC
Hello!
Created PR to add the new section into our guides:
https://github.com/theforeman/foreman-documentation/pull/2817