svn commit: r357932 - head/crypto/openssh

Ed Maste emaste at FreeBSD.org
Fri Feb 14 19:33:50 UTC 2020


Author: emaste
Date: Fri Feb 14 19:33:50 2020
New Revision: 357932
URL: https://svnweb.freebsd.org/changeset/base/357932

Log:
  Update OpenSSH upgrade instructions to use https, not ftp
  
  ftp://ftp.openbsd.org/ does not work.

Modified:
  head/crypto/openssh/FREEBSD-upgrade

Modified: head/crypto/openssh/FREEBSD-upgrade
==============================================================================
--- head/crypto/openssh/FREEBSD-upgrade	Fri Feb 14 19:33:48 2020	(r357931)
+++ head/crypto/openssh/FREEBSD-upgrade	Fri Feb 14 19:33:50 2020	(r357932)
@@ -5,7 +5,7 @@
     pretty fast once you're done with this checklist.
 
 01) Download the latest OpenSSH-portable tarball and signature from
-    OpenBSD (ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/).
+    OpenBSD (https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/).
 
 02) Verify the signature:
 


More information about the svn-src-all mailing list