From 0453df73028c85ee008cde4c787543cc0bbe1d2d Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Fri, 11 Sep 2020 00:14:51 +0100 Subject: Use https: scheme for OpenSSH The git native protocol is unauthenticated and so subject to man-in-the-middle attacks. Use https for this. --- open-source-lorries/openssh-git.lorry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/open-source-lorries/openssh-git.lorry b/open-source-lorries/openssh-git.lorry index d7e1736..b1022d7 100644 --- a/open-source-lorries/openssh-git.lorry +++ b/open-source-lorries/openssh-git.lorry @@ -1,6 +1,6 @@ { "openssh-git": { "type": "git", - "url": "git://anongit.mindrot.org/openssh.git" + "url": "https://anongit.mindrot.org/openssh.git" } } -- cgit v1.2.1