ssh_config: Add override for anoncvs.netbsd.org
This commit is contained in:
parent
4c97950fdd
commit
8090ec8a7b
1 changed files with 6 additions and 3 deletions
|
@ -1,17 +1,20 @@
|
||||||
Include config.private
|
Include config.private
|
||||||
|
|
||||||
|
Host anoncvs.netbsd.org
|
||||||
|
HostKeyAlgorithms ssh-rsa2-512
|
||||||
|
|
||||||
Host bitbucket.org
|
Host bitbucket.org
|
||||||
HostKeyAlgorithms ssh-rsa
|
HostKeyAlgorithms ssh-rsa
|
||||||
|
|
||||||
Host github.com
|
Host github.com
|
||||||
HostKeyAlgorithms rsa-sha2-512
|
HostKeyAlgorithms rsa-sha2-512
|
||||||
|
|
||||||
Host wip.pkgsrc.org
|
|
||||||
Ciphers aes256-gcm@openssh.com
|
|
||||||
|
|
||||||
Host pkgs.fedoraproject.org
|
Host pkgs.fedoraproject.org
|
||||||
HostKeyAlgorithms rsa-sha2-512
|
HostKeyAlgorithms rsa-sha2-512
|
||||||
|
|
||||||
|
Host wip.pkgsrc.org
|
||||||
|
Ciphers aes256-gcm@openssh.com
|
||||||
|
|
||||||
Host *
|
Host *
|
||||||
Ciphers chacha20-poly1305@openssh.com
|
Ciphers chacha20-poly1305@openssh.com
|
||||||
KexAlgorithms curve25519-sha256@libssh.org
|
KexAlgorithms curve25519-sha256@libssh.org
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue