Overview
Comment: | ssh/config: Use AES256-GCM to mitigate Terrapin |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
78125f567c990d7d0a4a39a916f7f304 |
User & Date: | js on 2023-12-24 22:39:21 |
Original Comment: | ssh/config: Use to AES256-GCM to mitigate Terrapin |
Other Links: | manifest | tags |
Context
2024-01-04
| ||
18:57 | Add new signing key to gnupg/keyring.asc check-in: c75f6a7520 user: js tags: trunk | |
2023-12-24
| ||
22:39 | ssh/config: Use AES256-GCM to mitigate Terrapin check-in: 78125f567c user: js tags: trunk | |
2023-11-26
| ||
23:22 | bin/element-web: Force to Python 3.10 check-in: 6e6b3b4a73 user: js tags: trunk | |
Changes
Modified ssh/config from [cc8e740639] to [b7b16abba4].
︙ | ︙ | |||
14 15 16 17 18 19 20 | Host *.tmate.io Ciphers aes256-gcm@openssh.com HostKeyAlgorithms rsa-sha2-512 Host * IdentitiesOnly yes | | | 14 15 16 17 18 19 20 21 22 23 | Host *.tmate.io Ciphers aes256-gcm@openssh.com HostKeyAlgorithms rsa-sha2-512 Host * IdentitiesOnly yes Ciphers aes256-gcm@openssh.com KexAlgorithms curve25519-sha256@libssh.org HostKeyAlgorithms ssh-ed25519 |