Overview
Comment: | ssh_config: Remove special case for github.com |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
41f2e5384a1ccb724cd1a921f6ab3d32 |
User & Date: | js on 2023-03-19 13:59:10 |
Other Links: | manifest | tags |
Context
2023-03-20
| ||
21:38 | Merge accidental fork check-in: 2ff958f020 user: js tags: trunk | |
2023-03-19
| ||
13:59 | ssh_config: Remove special case for github.com check-in: 41f2e5384a user: js tags: trunk | |
13:58 | Add systemd unit for Element Web check-in: e555144ceb user: js tags: trunk | |
Changes
Modified ssh_config from [e0ed1f1228] to [3d94f9a9f7].
1 2 3 4 5 6 7 8 | Include config.private Host anoncvs.netbsd.org HostKeyAlgorithms rsa-sha2-512 Host bitbucket.org HostKeyAlgorithms ssh-rsa | < < < | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | 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 * |
︙ | ︙ |