diff options
author | Alan Yee <alyee@ucsd.edu> | 2018-03-08 00:12:14 +0100 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2018-03-08 00:41:30 +0100 |
commit | cd4e937aa701f70366cd5b5969af525dff6fdf15 (patch) | |
tree | 1b6f75602fc47c06a6e2c419a14eec0d0c907346 /README | |
parent | Disable UTMPX on SunOS4. (diff) | |
download | openssh-cd4e937aa701f70366cd5b5969af525dff6fdf15.tar.xz openssh-cd4e937aa701f70366cd5b5969af525dff6fdf15.zip |
Use https URLs for links that support it.
Diffstat (limited to 'README')
-rw-r--r-- | README | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -5,7 +5,7 @@ instructions and note that we do not use Github for bug reporting or patch/pull-request management. - A Japanese translation of this document and of the release notes is -- available at http://www.unixuser.org/~haruyama/security/openssh/index.html +- available at https://www.unixuser.org/~haruyama/security/openssh/index.html - Thanks to HARUYAMA Seigo <haruyama@unixuser.org> This is the port of OpenBSD's excellent OpenSSH[0] to Linux and other @@ -57,10 +57,10 @@ References - [0] https://www.openssh.com/ [1] http://www.lothar.com/tech/crypto/ [2] http://prngd.sourceforge.net/ -[3] http://www.gzip.org/zlib/ -[4] http://www.openssl.org/ -[5] http://www.openpam.org - http://www.kernel.org/pub/linux/libs/pam/ +[3] https://www.zlib.net/ +[4] https://www.openssl.org/ +[5] https://www.openpam.org + https://www.kernel.org/pub/linux/libs/pam/ (PAM also is standard on Solaris and HP-UX 11) -[6] http://thrysoee.dk/editline/ (portable version) -[7] http://man.openbsd.org/style.9 +[6] https://thrysoee.dk/editline/ (portable version) +[7] https://man.openbsd.org/style.9 |