-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathssh_config
More file actions
25 lines (19 loc) · 716 Bytes
/
Copy pathssh_config
File metadata and controls
25 lines (19 loc) · 716 Bytes
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
#SecurityKeyProvider /opt/homebrew/Cellar/libsk-libfido2/9.7p1_1/libexec/libsk-libfido2.dylib
Host github.com
User isaiahh
#IdentityFile ~/.ssh/github.key
IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"
Host *
IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"
Host dev
User ec2-user
Hostname 54.90.235.40
IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"
Host sandbox
User ec2-user
Hostname 44.204.31.4
IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"
Host prod
User ec2-user
Hostname 54.167.135.28
IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"