diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-08-24 18:50:31 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-08-24 18:50:31 +0900 |
| commit | 23ac04d605b96804d60e60e181a3982acc05e553 (patch) | |
| tree | ae38a91dce02595a10760f8e5907621704c24557 /global | |
| parent | c5c78f05867f00fd201c106af818eedede12e772 (diff) | |
updates
Diffstat (limited to 'global')
| -rw-r--r-- | global/.gnupg/sshcontrol | 2 | ||||
| -rw-r--r-- | global/.ssh/config | 42 |
2 files changed, 43 insertions, 1 deletions
diff --git a/global/.gnupg/sshcontrol b/global/.gnupg/sshcontrol index e1b1960..9ee92a4 100644 --- a/global/.gnupg/sshcontrol +++ b/global/.gnupg/sshcontrol @@ -8,5 +8,5 @@ # keygrip of the key given as 40 hex digits, optionally followed by a # caching TTL in seconds, and another optional field for arbitrary # flags. Prepend the keygrip with an '!' mark to disable it. - + CEA80B05ABA46C5DE584655EFD7D26E81A2DFF65 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 |
