aboutsummaryrefslogtreecommitdiff
path: root/ssh/config
diff options
context:
space:
mode:
authorMichael Weiss2020-02-14 22:00:36 +0100
committerMichael Weiss2020-02-14 22:00:36 +0100
commit57f005854972637f34f0a6ce81da39e89d2a4d3e (patch)
treed48e5704a1aa0f59127c7011801daa730437ea28 /ssh/config
parentb866980514c365af015e4d4d90bdd492f80aab02 (diff)
ssh/config: Use rsa-sha2-256 for our "git" host
Since ssh-rsa is based on SHA-1 (I wasn't aware of that :o) and will be deprecated (hopefully) soon [0]. [0]: https://www.openwall.com/lists/oss-security/2020/02/14/1
Diffstat (limited to 'ssh/config')
-rw-r--r--ssh/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh/config b/ssh/config
index 02735b6..34f29e3 100644
--- a/ssh/config
+++ b/ssh/config
@@ -1,7 +1,7 @@
Host git.fsi.uni-tuebingen.de
Port 222
User git
- HostKeyAlgorithms ssh-rsa
+ HostKeyAlgorithms rsa-sha2-256
Host luna.fsi.uni-tuebingen.de
HostName proxy.fsi.uni-tuebingen.de