-
Notifications
You must be signed in to change notification settings - Fork 0
/
config
57 lines (46 loc) · 956 Bytes
/
config
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
XAuthLocation /opt/X11/bin/xauth
Host *
ForwardAgent yes
ServerAliveInterval 30
Host hfcs
HostName hfcs.csclub.uwaterloo.ca
User a3thakra
IdentityFile ~/.ssh/csc
IdentitiesOnly yes
Host csclub.uwaterloo.ca
HostName csclub.uwaterloo.ca
User git
IdentityFile ~/.ssh/csc-git
Host uwaterloo
HostName linux.student.cs.uwaterloo.ca
User a3thakra
IdentityFile ~/.ssh/uwaterloo
IdentitiesOnly yes
Host homeserver
HostName homeserver.9at8.dev
User a3thakra
Host pi4
HostName 9at8-pi4.local
User adi
IdentityFile ~/.ssh/9at8-pi4
IdentitiesOnly yes
Host vpn
HostName vpn.9at8.dev
User a3thakra
IdentityFile ~/.ssh/vpn
IdentitiesOnly yes
Host gps
HostName gps.9at8.dev
User adi
IdentityFile ~/.ssh/gps
IdentitiesOnly yes
Host github.com
HostName github.com
User git
IdentityFile ~/.ssh/github
IdentitiesOnly yes
Host git.uwaterloo.ca
HostName git.uwaterloo.ca
User ist-git
IdentityFile ~/.ssh/uw-gitlab
IdentitiesOnly yes