blob: ee591ba9446d35eef8006ee361bba99e3ab9dd76 (
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
44
45
46
47
48
|
Match host * exec "gpg-connect-agent UPDATESTARTUPTTY /bye"
# Host github.com
# User git
# IdentityAgent ~/.gnupg/S.gpg-agent.ssh
#
# Host dts-cowork
# HostName joonhoe.com
# User dts
# Port 23432
# IdentitiesOnly yes
# IdentityFile ~/.ssh/id_ed25519
# LocalForward 33432 127.0.0.1:23432
#
# Host private-k6-dev
# HostName joonhoe.com
# User dev
# Port 23433
# IdentitiesOnly yes
# IdentityFile ~/.ssh/id_ed25519
# ServerAliveInterval 55
# ServerAliveCountMax 5
#
# Host k6-ck
# HostName joonohe.com
# User ck
# Port 23412
# IdentitiesOnly yes
# ServerAliveInterval 55
# ServerAliveCountMax 5
#
# Host pp
# HostName 52.78.161.196
# User ec2-user
#
# Host evcp
# # HostName 3.36.56.124
# HostName 43.203.251.114
# User ec2-user
# IdentityFile ~/.ssh/keys/evcp-LightsailDefaultKey-ap-northeast-2.pem
# LocalForward 15432 127.0.0.1:5432
#
# Host evcp-m
# HostName 13.125.209.49
# User ec2-user
# Port 22
# dujin@DTS2
|