Add ssh directory
This commit is contained in:
parent
f885d32d32
commit
7cc0c7a9d5
2 changed files with 1 additions and 1 deletions
19
ssh/config
Normal file
19
ssh/config
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue