1
1
Fork 0
configs/ssh/config

26 lines
615 B
Text

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 sntrup761x25519-sha512,sntrup761x25519-sha512@openssh.com,mlkem768x25519-sha256,curve25519-sha256,curve25519-sha256@libssh.org
HostKeyAlgorithms ssh-ed25519
UseStrictKeyExchange 2
ForwardAgent no
SendEnv COLORTERM