configs  config at [b1ef7793c2]

File ssh/config artifact c729ae73d2 part of check-in b1ef7793c2


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