blob: 3c82f3d2be6a25187b2118af5ebaf340e8ce07d0 (
plain)
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
|
# be careful not to put this under `HOST xxx`, else only when ssh to that host will add keys to agent
# another approach is to put it under `HOST *`
# https://unix.stackexchange.com/a/577490/459013
AddKeysToAgent yes
# tabs and empty only for readability, without also works, not sure about newline
Host studio
Hostname flylightning.xyz
Port ssh-isp
User xyz
Host aur aur.archlinux.org
Hostname aur.archlinux.org
User aur
Host insp
Hostname xyzinsp
User xyz
Host pp
Hostname xyzpp
User xyz
Host ka
Hostname xyzka.kyun.li
User xyz
Host qw
Hostname localhost
Port qemu-win-ssh
User xyz
Host hpc
Hostname coe-hpc1.sjsu.edu
User 012404405
Host ia
Hostname ia.flylightning.xyz
User xyz
Host ca
Hostname ca.flylightning.xyz
User xyz
|