Artifact c729ae73d2890e945afe6282648423c9d5e63289d9ae45ef837e6d74c2ca750d:
- File ssh/config — part of check-in [f8107d0f9a] at 2024-08-18 16:44:08 on branch trunk — ssh: Disable ForwardAgent (user: js, size: 474) [annotate] [blame] [check-ins using]
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 *.tmate.io Ciphers aes256-gcm@openssh.com HostKeyAlgorithms rsa-sha2-512 Host * IdentitiesOnly yes Ciphers aes256-gcm@openssh.com KexAlgorithms curve25519-sha256@libssh.org HostKeyAlgorithms ssh-ed25519 ForwardAgent no