blob: f16b44c309bb27cde8da8487d2ac0541af01fe8c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
|
host rx
user me
hostname runxiyu.org
# identityfile ~/.ssh/id_ed25519
host rxgit
user me
hostname git.runxiyu.org
identityfile ~/.ssh/id_ed25519_git
host github.com
user git
identityfile ~/.ssh/id_ed25519_github
host gist.github.com
user git
identityfile ~/.ssh/id_ed25519_github
host gitlab.com
user git
identityfile ~/.ssh/id_ed25519_gitlab
host git.sr.ht
user git
identityfile ~/.ssh/id_ed25519_srht
host codeberg.org
user git
identityfile ~/.ssh/id_ed25519_codeberg
host repo.or.cz
user runxiyu
identityfile ~/.ssh/id_rsa_orcz
host git.noisytoot.org
user git
identityfile ~/.ssh/id_ed25519_noisygit
host notabug
user git
identityfile ~/.ssh/id_ed25519_notabug
host aur.archlinux.org
user aur
identityfile ~/.ssh/id_ed25519_aur
host envs.net
user runxiyu
identityfile ~/.ssh/id_ed25519_envs.net
host tilde.institute
user runxiyu
identityfile ~/.ssh/id_ed25519
host tilde.guru
user runxiyu
identityfile ~/.ssh/id_ed25519_tildeguru
host gitlab.alpinelinux.org
user git
identityfile ~/.ssh/id_ed25519_alpine
host sjnfs
user runxiyu
hostname sjnfs.runxiyu.org
host nfs
user runxiyu
hostname nfs
|