configs  Check-in [6154407058]

Overview
Comment:ssh_config: Fix brainfart
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 6154407058272ba086519828c37a5573520783a3defca96aa0b8280a72299f11
User & Date: js on 2022-01-07 16:38:34
Other Links: manifest | tags
Context
2022-01-16
09:11
git: Use GitLab via SSH check-in: a1234d36b5 user: js tags: trunk
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
Changes

Modified ssh_config from [31e4aa73e1] to [7faf1722e7].

1
2
3
4
5
6
7
8
9
10
11
Include config.private

Host anoncvs.netbsd.org
	HostKeyAlgorithms ssh-rsa2-512

Host bitbucket.org
	HostKeyAlgorithms ssh-rsa

Host github.com
	HostKeyAlgorithms rsa-sha2-512




|







1
2
3
4
5
6
7
8
9
10
11
Include config.private

Host anoncvs.netbsd.org
	HostKeyAlgorithms rsa-sha2-512

Host bitbucket.org
	HostKeyAlgorithms ssh-rsa

Host github.com
	HostKeyAlgorithms rsa-sha2-512