configs  Check-in [2ff958f020]

Overview
Comment:Merge accidental fork
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 2ff958f020226d5b2930abafb09f8df07e6f9ecc251e2fcdc870a9db22ae006e
User & Date: js on 2023-03-20 21:38:55
Other Links: manifest | tags
Context
2023-03-23
21:19
Add Apple Terminal.app profile check-in: 8d403e7c58 user: js tags: trunk
2023-03-20
21:38
Merge accidental fork check-in: 2ff958f020 user: js tags: trunk
21:36
Add small tool to set 3000x2000 resolution on Mac check-in: be1f62ff6d user: js tags: trunk
2023-03-19
13:59
ssh_config: Remove special case for github.com check-in: 41f2e5384a 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

Added systemd/user/element-web.service version [2395a2fb53].





















>
>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Element Web

[Service]
Type=simple
TimeoutStartSec=0
ExecStart=/home/js/.local/bin/element-web

[Install]
WantedBy=default.target