Skip to content

Commit

Permalink
desc
Browse files Browse the repository at this point in the history
  • Loading branch information
boypt committed Aug 26, 2021
1 parent 613daa1 commit b1587b9
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 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.
For some reasons I have to maintain OpenSSH up to date for CentOSs that are no longer have supports.

This openssh package has OpenSSL statically linked.

Expand All @@ -25,18 +25,17 @@ yum install -y imake rpm-build pam-devel krb5-devel zlib-devel libXt-devel libX1
### for CentOS5:

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

## Security

As OLD system still on production, the reasons are not for TOP security, but for compatibility.
As OLD systems that are still on production, TOP security is hardly the first concern, while compatibility is.

Thus this package provede the following options in `sshd_config` to act like the triditional version sshd.
This package provede the following options in `/etc/ssh/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`

0 comments on commit b1587b9

Please sign in to comment.