diff options
Diffstat (limited to 'global')
| -rw-r--r-- | global/.ssh/config | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/global/.ssh/config b/global/.ssh/config index 66832f4..b2df819 100644 --- a/global/.ssh/config +++ b/global/.ssh/config @@ -42,22 +42,18 @@ Host pp Host evcp HostName 3.36.92.165 User ec2-user - IdentityFile ~/.ssh/keys/evcp-LightsailDefaultKey-ap-northeast-2.pem - LocalForward 15432 127.0.0.1:5432 + IdentityFile ~/.ssh/keys/evcp-LightsailDefaultKey-ap-northeast-2.pem 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 + Port 22 -Host S-onlyone +Host epc-portal HostName 15.165.148.59 User ec2-user - IdentityFile ~/.ssh/keys/evcp-LightsailDefaultKey-ap-northeast-2.pem - Port 22 - LocalForward 35432 127.0.0.1:5432 + IdentityFile ~/.ssh/keys/evcp-LightsailDefaultKey-ap-northeast-2.pem Host evcp-m HostName 13.125.209.49 |
