forked from abbasaa/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig
59 lines (50 loc) · 1.25 KB
/
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
57
58
59
# SSH multiplexing
Host caen
User abbasaa
HostName login.engin.umich.edu
ControlMaster auto
ControlPath ~/.ssh/master-%r@%h:%p
ControlPersist 43200
# for umich gitlab2
Host gitlab
User git
Hostname gitlab.eecs.umich.edu
Preferredauthentications publickey
IdentityFile ~/.ssh/gitlab_keys/id_gitlab2
# for port 443 umich gitlab2
Host port-gitlab
User git
Hostname altssh.gitlab.eecs.umich.edu
Port 443
Preferredauthentications publickey
IdentityFile ~/.ssh/gitlab_keys/id_gitlab2
# for eecs 201 gitlab
Host eecs201-gitlab
User git
Hostname gitlab.umich.edu
Preferredauthentications publickey
IdentityFile ~/.ssh/gitlab_keys/id_eecs201_gitlab
# for umich github
Host github
User git
Hostname github.com
Preferredauthentications publickey
IdentityFile ~/.ssh/github_keys/id2_github
# for umich github2
Host github2
User git
Hostname github.com
Preferredauthentications publickey
IdentityFile ~/.ssh/github_keys/id_github
# for personal gitlab
Host personal-gitlab
User git
Hostname gitlab.com
Preferredauthentications publickey
IdentityFile ~/.ssh/gitlab_keys/id_personal_gitlab
Host dante
User abbasaa
HostName dante.si.umich.edu
ControlMaster auto
ControlPath ~/.ssh/master-%r@%h:%p
ControlPersist 43200