diff options
Diffstat (limited to 'global/.ssh')
| -rw-r--r-- | global/.ssh/config | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/global/.ssh/config b/global/.ssh/config index 4be131d..b90ef0a 100644 --- a/global/.ssh/config +++ b/global/.ssh/config @@ -1 +1,43 @@ Match host * exec "gpg-connect-agent UPDATESTARTUPTTY /bye" + +Host dts-cowork + HostName joonhoe.com + User dts + Port 23432 + IdentitiesOnly yes + IdentityFile ~/.ssh/id_ed25519 + +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 + +Host evcp-m + HostName 13.125.209.49 + User ec2-user + Port 22 + +# dujin@DTS2 |
