Overview
Comment: | ssh_config: Add override for anoncvs.netbsd.org |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
7f7b9ddc51e80c96729b563665d1cb61 |
User & Date: | js on 2022-01-07 16:13:47 |
Other Links: | manifest | tags |
Context
2022-01-07
| ||
16:38 | ssh_config: Fix brainfart check-in: 6154407058 user: js tags: trunk | |
16:13 | ssh_config: Add override for anoncvs.netbsd.org check-in: 7f7b9ddc51 user: js tags: trunk | |
16:06 | Use full host for tmux and sudo check-in: 856c0f0060 user: js tags: trunk | |
Changes
Modified ssh_config from [a605355fca] to [31e4aa73e1].
1 2 3 4 5 6 7 8 9 10 11 | Include config.private Host bitbucket.org HostKeyAlgorithms ssh-rsa Host github.com HostKeyAlgorithms rsa-sha2-512 Host wip.pkgsrc.org Ciphers aes256-gcm@openssh.com | > > > > > > < < < | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | Include config.private Host anoncvs.netbsd.org HostKeyAlgorithms ssh-rsa2-512 Host bitbucket.org HostKeyAlgorithms ssh-rsa Host github.com HostKeyAlgorithms rsa-sha2-512 Host pkgs.fedoraproject.org HostKeyAlgorithms rsa-sha2-512 Host wip.pkgsrc.org Ciphers aes256-gcm@openssh.com Host * Ciphers chacha20-poly1305@openssh.com KexAlgorithms curve25519-sha256@libssh.org HostKeyAlgorithms ssh-ed25519 |