gmagklaras / POFR

Penguin OS Forensic (or Flight) Recorder
GNU General Public License v2.0
37 stars 5 forks source link

Enablerhel9asserverplatform #4

Closed gmagklaras closed 1 year ago

gmagklaras commented 1 year ago

Submitting to:

  1. Enable RHEL9 as a server distro for POFR.
  2. Provide a solution where an scponly shell can be used in RHEL9.

Redhat decided to deprecate/drop OpenSSH SCP for good security reasons: https://www.redhat.com/en/blog/openssh-scp-deprecation-rhel-9-what-you-need-know

However, this leaves an entire array of software that depends on limited use of the scponly shell hanging (RHEL8 and the latest Fedora (36,37 )have a package). To provide a solution here, I have taken the hardened patched config of Fedora 36 and produced the a RHEL9 rpm with the following spec config: https://github.com/gmagklaras/POFR/commit/663f53f5757f6d3fad1b307a4508ecce7b268c99

This seems to produce results on the RHEL9 platform.