1
1
Fork 0
configs/ssh_config
Jonathan Schleifer 37fc52078c Add ssh_config
Private parts are in a separate, non-included file.
2021-03-26 05:06:44 +00:00

15 lines
294 B
Text

Include config.private
Host bitbucket.org
HostKeyAlgorithms ssh-rsa
Host github.com
HostKeyAlgorithms rsa-sha2-512
Host wip.pkgsrc.org
Ciphers aes256-gcm@openssh.com
Host *
Ciphers chacha20-poly1305@openssh.com
KexAlgorithms curve25519-sha256@libssh.org
HostKeyAlgorithms ssh-ed25519