Overview
Comment: | ssh/config: Add tmate.io |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
7ec483cea7617ebbb0e0bec13ac9c78e |
User & Date: | js on 2023-04-16 20:58:02 |
Other Links: | manifest | tags |
Context
2023-04-17
| ||
09:38 | Add GPG keys check-in: 0494297aba user: js tags: trunk | |
2023-04-16
| ||
20:58 | ssh/config: Add tmate.io check-in: 7ec483cea7 user: js tags: trunk | |
06:33 | setup.sh: Fix typo check-in: bd831c9024 user: js tags: trunk | |
Changes
Modified ssh/config from [3d94f9a9f7] to [cc8e740639].
︙ | ︙ | |||
8 9 10 11 12 13 14 15 16 17 18 19 | 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 | > > > > | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | Host pkgs.fedoraproject.org HostKeyAlgorithms rsa-sha2-512 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 KexAlgorithms curve25519-sha256@libssh.org HostKeyAlgorithms ssh-ed25519 |