diff options
Diffstat (limited to 'global')
| -rw-r--r-- | global/.ssh/config | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/global/.ssh/config b/global/.ssh/config index bbeb10f..a5d8850 100644 --- a/global/.ssh/config +++ b/global/.ssh/config @@ -27,6 +27,11 @@ Host s-onlyone User ec2-user IdentityFile ~/.ssh/keys/evcp-LightsailDefaultKey-ap-northeast-2.pem +Host hse + HostName 3.34.172.156 + User ec2-user + IdentityFile ~/.ssh/keys/evcp-LightsailDefaultKey-ap-northeast-2.pem + # dujin@DTS2 Host j |
