Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 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 "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". 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 "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-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 1043988

Summary: OpenSSH section (incorrectly?) claims openssh requires openssl, others
Product: Red Hat Enterprise Linux 6 Reporter: Robert P. J. Day <rpjday>
Component: doc-Deployment_GuideAssignee: Milan Navratil <mnavrati>
Status: CLOSED CURRENTRELEASE QA Contact: ecs-bugs
Severity: low Docs Contact:
Priority: unspecified    
Version: 6.5CC: plautrba
Target Milestone: rcKeywords: Documentation
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-10-17 12:29:58 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 Robert P. J. Day 2013-12-17 15:00:32 UTC
A grab bag of thoughts on the OpenSSH chapter of the RHEL 6.5 Deployment Guide. Ignore as you wish.

* Intro: In addition to telnet and rsh, I might mention rlogin as something ssh can replace -- lots of people will be familiar with rlogin.

* Intro: Claims that openSSH requires openSSL. Really? I don't see that dependency if I run "rpm -q --whatrequires openssl". Are you sure about this?

* Is there any point mentioning "slogin", which is simply a symlink to ssh?

* Section 13.2.2:
    "chkconfig sshd on
    This will enable the service for all runlevels."

  I'm sure you know that's not true. :-) Levels 2,3,4,5. Not 1.

* Section 13.3, "To connect to an OpenSSH server from a client machine, you must have the openssh-clients and openssh packages installed." Since openssh is a package dependency of openssh-clients, it seems unnecessary to tell the reader to install it.

* Section 13.4.1, X11 Forwarding, doesn't distinguish between trusted and untrusted forwarding, which might confuse some readers.

 I think that's all.

Comment 2 Jaromir Hradilek 2014-06-30 17:19:02 UTC
Thank you very much for taking the time to write this report, Robert.

Comment 3 Petr Lautrbach 2014-08-22 13:51:22 UTC
(In reply to Robert P. J. Day from comment #0)
> * Intro: Claims that openSSH requires openSSL. Really? I don't see that
> dependency if I run "rpm -q --whatrequires openssl". Are you sure about this?
> 

$ rpm -q --requires openssh
...
libcrypto.so.10()(64bit)
libcrypto.so.10(OPENSSL_1.0.1)(64bit)
libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit)
libcrypto.so.10(libcrypto.so.10)(64bit)

$ rpm -qf /usr/lib64/libcrypto.so.10
openssl-1.0.1e-28.el6.x86_64