1
1
Fork 0

Add ssh directory

This commit is contained in:
Jonathan Schleifer 2023-04-01 11:16:44 +00:00
parent f885d32d32
commit 7cc0c7a9d5
2 changed files with 1 additions and 1 deletions

19
ssh/config Normal file
View file

@ -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