From 8090ec8a7b1b3976b9f70fa08adef7ecfc17a021 Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Fri, 7 Jan 2022 16:13:47 +0000 Subject: [PATCH] ssh_config: Add override for anoncvs.netbsd.org --- ssh_config | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ssh_config b/ssh_config index eede948..983a864 100644 --- a/ssh_config +++ b/ssh_config @@ -1,17 +1,20 @@ Include config.private +Host anoncvs.netbsd.org + HostKeyAlgorithms ssh-rsa2-512 + Host bitbucket.org HostKeyAlgorithms ssh-rsa Host github.com HostKeyAlgorithms rsa-sha2-512 -Host wip.pkgsrc.org - Ciphers aes256-gcm@openssh.com - Host pkgs.fedoraproject.org HostKeyAlgorithms rsa-sha2-512 +Host wip.pkgsrc.org + Ciphers aes256-gcm@openssh.com + Host * Ciphers chacha20-poly1305@openssh.com KexAlgorithms curve25519-sha256@libssh.org