Index: setup.sh ================================================================== --- setup.sh +++ setup.sh @@ -54,11 +54,11 @@ have vim && link_file vim .config/vim ../ have yt-dlp && link_file yt-dlp .config/yt-dlp ../ have zsh && link_file zshrc .zshrc if have ssh; then mkdir -p $HOME/.ssh - link_file ssh_config .ssh/config ../ + link_file ssh/config .ssh/config ../ fi if test x"$(uname -s)" = x"Darwin"; then for i in "Keyboard Layouts/*"; do dest="$HOME/Library/$i" ADDED ssh/config Index: ssh/config ================================================================== --- ssh/config +++ ssh/config @@ -0,0 +1,19 @@ +Include config.private + +Host anoncvs.netbsd.org + HostKeyAlgorithms rsa-sha2-512 + +Host bitbucket.org + HostKeyAlgorithms ssh-rsa + +Host pkgs.fedoraproject.org + HostKeyAlgorithms rsa-sha2-512 + +Host wip.pkgsrc.org + Ciphers aes256-gcm@openssh.com + +Host * + IdentitiesOnly yes + Ciphers chacha20-poly1305@openssh.com + KexAlgorithms curve25519-sha256@libssh.org + HostKeyAlgorithms ssh-ed25519 DELETED ssh_config Index: ssh_config ================================================================== --- ssh_config +++ ssh_config @@ -1,19 +0,0 @@ -Include config.private - -Host anoncvs.netbsd.org - HostKeyAlgorithms rsa-sha2-512 - -Host bitbucket.org - HostKeyAlgorithms ssh-rsa - -Host pkgs.fedoraproject.org - HostKeyAlgorithms rsa-sha2-512 - -Host wip.pkgsrc.org - Ciphers aes256-gcm@openssh.com - -Host * - IdentitiesOnly yes - Ciphers chacha20-poly1305@openssh.com - KexAlgorithms curve25519-sha256@libssh.org - HostKeyAlgorithms ssh-ed25519