summaryrefslogtreecommitdiff
path: root/.ssh/config
blob: 9ec4b1a103283e79fcb5c474bf66058b66bae84d (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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
host rx
    user me
    hostname runxiyu.org
    port 22
    # identityfile ~/.ssh/id_ed25519

host rxgit
    user me
    hostname runxiyu.org
    port 22
    identityfile ~/.ssh/id_ed25519_git

host oldrxgit
    user me
    hostname runxiyu.org
    port 22
    identityfile ~/.ssh/id_ed25519_oldgit

host github
    user git
    hostname github.com
    port 22
    identityfile ~/.ssh/id_ed25519_github
    
host gist
    user git
    hostname gist.github.com
    port 22
    identityfile ~/.ssh/id_ed25519_github

host gitlab
    user git
    hostname gitlab.com
    port 22
    identityfile ~/.ssh/id_ed25519_gitlab

host srht
    user git
    hostname git.sr.ht
    port 22
    identityfile ~/.ssh/id_ed25519_srht

host hgsrht
    user hg
    hostname hg.sr.ht
    port 22
    identityfile ~/.ssh/id_ed25519_srht

host codeberg
    user git
    hostname codeberg.org
    port 22
    identityfile ~/.ssh/id_ed25519_codeberg

host orcz
    user runxiyu
    hostname repo.or.cz
    port 22
    identityfile ~/.ssh/id_rsa_orcz

host noisygit
    user git
    hostname git.noisytoot.org
    port 22
    identityfile ~/.ssh/id_ed25519_noisygit

host notabug
    user git
    hostname notabug.org
    port 22
    identityfile ~/.ssh/id_ed25519_notabug

host aur
    user aur
    hostname aur.archlinux.org
    identityfile ~/.ssh/id_ed25519_aur

host envs
    user runxiyu
    hostname envs.net
    identityfile ~/.ssh/id_ed25519_envs.net

host tilde.institute
    user runxiyu
    hostname tilde.institute
    identityfile ~/.ssh/id_ed25519

host tilde.guru
    user runxiyu
    hostname tilde.guru
    identityfile ~/.ssh/id_ed25519_tildeguru

host alpine
    user git
    hostname gitlab.alpinelinux.org
    identityfile ~/.ssh/id_ed25519_alpine

host paospace
    user root
    hostname 115.159.221.102
    identityfile ~/.ssh/id_ed25519_paospace

host paospacewg
    user root
    hostname 172.16.0.1
    identityfile ~/.ssh/id_ed25519_paospace