-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig
37 lines (33 loc) · 874 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
# SetEnv TERM lines are only needed for systems without kitty-terminfo
Host github.com github
User git
HostName github.com
IdentityAgent ~/.1password/agent.sock
IdentityFile ~/.ssh/<keyfile>
IdentitiesOnly yes
Host gitlab.com gitlab
User git
HostName gitlab.com
IdentityAgent ~/.1password/agent.sock
IdentityFile ~/.ssh/<keyfile>
IdentitiesOnly yes
Host envs.net envs
HostName envs.net
User <USER>
IdentityAgent ~/.1password/agent.sock
IdentityFile ~/.ssh/<keyfile>
IdentitiesOnly yes
Host ug*
HostName %h.eecg.utoronto.ca
SetEnv TERM=xterm-256color
User <UTORid>
IdentityAgent ~/.1password/agent.sock
IdentityFile ~/.ssh/<keyfile>
IdentitiesOnly yes
Host remote.ecf.utoronto.ca ecf
HostName remote.ecf.utoronto.ca
SetEnv TERM=xterm-256color
User <UTORid>
IdentityAgent ~/.1password/agent.sock
IdentityFile ~/.ssh/<keyfile>
IdentitiesOnly yes