Commit d2a2e2d6 authored by Thiago Presa's avatar Thiago Presa

Fix URL to openssh-7.5p1.tar.gz

parent 5b52a813
...@@ -125,7 +125,7 @@ the database. The following instructions can be used to build OpenSSH 7.5: ...@@ -125,7 +125,7 @@ the database. The following instructions can be used to build OpenSSH 7.5:
```shell ```shell
sudo su - sudo su -
cd /tmp cd /tmp
curl --remote-name https://mirrors.evowise.com/pub/OpenBSD/OpenSSH/portable/openssh-7.5p1.tar.gz curl --remote-name https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-7.5p1.tar.gz
tar xzvf openssh-7.5p1.tar.gz tar xzvf openssh-7.5p1.tar.gz
yum install rpm-build gcc make wget openssl-devel krb5-devel pam-devel libX11-devel xmkmf libXt-devel yum install rpm-build gcc make wget openssl-devel krb5-devel pam-devel libX11-devel xmkmf libXt-devel
``` ```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment