configs  Check-in [41f2e5384a]

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: 41f2e5384a1ccb724cd1a921f6ab3d3274382de14d4d7d111c880370e334008a
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
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Include config.private

Host anoncvs.netbsd.org
	HostKeyAlgorithms rsa-sha2-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 *
	IdentitiesOnly yes
	Ciphers chacha20-poly1305@openssh.com
	KexAlgorithms curve25519-sha256@libssh.org
	HostKeyAlgorithms ssh-ed25519








<
<
<











1
2
3
4
5
6
7
8



9
10
11
12
13
14
15
16
17
18
19
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 *
	IdentitiesOnly yes
	Ciphers chacha20-poly1305@openssh.com
	KexAlgorithms curve25519-sha256@libssh.org
	HostKeyAlgorithms ssh-ed25519