configs  Check-in [380e2021e4]

Overview
Comment:ssh_config: Add config for pkgs.fedoraproject.org
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 380e2021e473d020fa96a22704bed6445dc1304c7a1a907d805322df836af856
User & Date: js on 2021-11-14 20:21:54
Other Links: manifest | tags
Context
2021-11-19
12:58
yt-dlp: Prefer 1440p30 VP9 over H264 check-in: fe0b81e845 user: js tags: trunk
2021-11-14
20:21
ssh_config: Add config for pkgs.fedoraproject.org check-in: 380e2021e4 user: js tags: trunk
2021-11-13
09:23
Switch to yt-dlp check-in: 5c11237bdf user: js tags: trunk
Changes

Modified ssh_config from [37cbfe1871] to [a605355fca].

1
2
3
4
5
6
7
8
9
10
11



12
13
14
15
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




Host *
	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
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

Host pkgs.fedoraproject.org
	HostKeyAlgorithms rsa-sha2-512

Host *
	Ciphers chacha20-poly1305@openssh.com
	KexAlgorithms curve25519-sha256@libssh.org
	HostKeyAlgorithms ssh-ed25519