diff options
Diffstat (limited to 'global')
| -rw-r--r-- | global/.ssh/config | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/global/.ssh/config b/global/.ssh/config index a8d0657..95182bb 100644 --- a/global/.ssh/config +++ b/global/.ssh/config @@ -26,3 +26,15 @@ Host s-onlyone IdentityFile ~/.ssh/keys/evcp-LightsailDefaultKey-ap-northeast-2.pem # dujin@DTS2 + +Host j + HostName joonhoe.com + User root + Port 23333 + IdentityFile ~/.ssh/id_ed25519-joonhoe + +Host js + HostName joonhoe.com + User si + Port 23333 + IdentityFile ~/.ssh/id_ed25519-joonhoe |
