From 57f005854972637f34f0a6ce81da39e89d2a4d3e Mon Sep 17 00:00:00 2001 From: Michael Weiss Date: Fri, 14 Feb 2020 22:00:36 +0100 Subject: 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 --- ssh/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ssh/config') 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 -- cgit v1.2.3