1
1
Fork 0

ssh/config: Add tmate.io

This commit is contained in:
Jonathan Schleifer 2023-04-16 20:58:02 +00:00
parent a5d358b252
commit a2595656a6

View file

@ -12,6 +12,10 @@ Host pkgs.fedoraproject.org
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 chacha20-poly1305@openssh.com