summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-11 00:14:51 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-11 00:17:48 +0100
commit0453df73028c85ee008cde4c787543cc0bbe1d2d (patch)
treee8efa5070119ed93fb6a34a74c850fde6f4b57dd
parentae99f2fffa68d728964993a1d53fabeae3affd94 (diff)
downloadlorries-0453df73028c85ee008cde4c787543cc0bbe1d2d.tar.gz
Use https: scheme for OpenSSH
The git native protocol is unauthenticated and so subject to man-in-the-middle attacks. Use https for this.
-rw-r--r--open-source-lorries/openssh-git.lorry2
1 files changed, 1 insertions, 1 deletions
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"
}
}