2021-08-25 15:41:45 +08:00
2021-08-24 10:18:24 +08:00
2021-08-25 15:41:45 +08:00
2021-08-25 15:41:45 +08:00
2021-08-25 15:41:45 +08:00
2021-08-24 15:39:33 +08:00
2021-08-25 15:41:45 +08:00
fix
2021-08-24 10:30:25 +08:00
2021-08-25 15:41:45 +08:00
2021-08-25 09:31:22 +08:00

OpenSSH RPMs for old CentOS

For some reasons I have to maintain OpenSSH up to date packages for CentOS versions that are no longer have supports.

This openssh package has OpenSSL statically linked.

Current Version:

  • OpenSSH 8.7p1
  • OpenSSL 1.1.1k

Supported CentOS:

  • CentOS 5
  • CentOS 6
  • CentOS 7

Build Requirements:

yum groupinstall -y "Development Tools"
yum install -y imake rpm-build pam-devel krb5-devel zlib-devel libXt-devel libX11-devel gtk2-devel

for CentOS5:

  • Perl 5.10+ is needed (just ./configure.gnu && make && make install)
  • gcc44 is prefered

Security

As OLD system still on production, the reasons are not for TOP security, but for compatibility.

Thus this package provede the following options in sshd_config to act like the triditional version sshd.

UsePAM yes
PermitRootLogin yes
UseDNS no

If this is not what you want, change them in /etc/ssh/sshd_config

Description
No description provided
Readme 34 MiB
Languages
Shell 100%