This commit is contained in:
boypt
2026-01-12 15:20:41 +08:00
parent 77dc292e3b
commit 16a85c9ace

View File

@@ -126,6 +126,6 @@ When built with `WITH_OPENSSL=0`, `ssh-rsa` keys are not supported. But the RPMs
UOS's `openssh-help` subpackage has files that confilict with the package. It's must be removed before installing the compiled RPMs: UOS's `openssh-help` subpackage has files that confilict with the package. It's must be removed before installing the compiled RPMs:
```bash ```bash
rpm --nodeps -e openssh-help sudo rpm --nodeps -e openssh-help
sudo yum --disablerepo=* install -y ./openssh*.rpm sudo yum --disablerepo=* install -y ./openssh*.rpm
``` ```