diff options
| -rw-r--r-- | global/.ssh/config | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/global/.ssh/config b/global/.ssh/config index 0be207f..3e0ff49 100644 --- a/global/.ssh/config +++ b/global/.ssh/config @@ -34,12 +34,18 @@ Host pp User ec2-user Host evcp - # HostName 3.36.56.124 HostName 3.36.92.165 User ec2-user IdentityFile ~/.ssh/keys/evcp-LightsailDefaultKey-ap-northeast-2.pem LocalForward 15432 127.0.0.1:5432 +Host S-onlyone-aws-dts + HostName 15.165.19.26 + User ec2-user + IdentityFile ~/.ssh/keys/evcp-LightsailDefaultKey-ap-northeast-2.pem + Port 22 + LocalForward 25432 127.0.0.1:5432 + Host evcp-m HostName 13.125.209.49 User ec2-user |
