diff options
Diffstat (limited to 'global')
| -rw-r--r-- | global/.gnupg/sshcontrol | 4 | ||||
| -rw-r--r-- | global/.ssh/config | 12 |
2 files changed, 16 insertions, 0 deletions
diff --git a/global/.gnupg/sshcontrol b/global/.gnupg/sshcontrol index 44bd651..24243e0 100644 --- a/global/.gnupg/sshcontrol +++ b/global/.gnupg/sshcontrol @@ -18,3 +18,7 @@ CEA80B05ABA46C5DE584655EFD7D26E81A2DFF65 # Fingerprints: MD5:ce:71:96:3d:c4:7d:93:89:7d:22:fd:cc:31:1b:44:ae # SHA256:P6fgnqtlkn8rAMlHzln7R/2qXTwmGL3NnDor81y8a2M 1D5281E0A6EFBD95A58B56520D4DECBB8F89B77A 0 +# Ed25519 key added on: 2025-12-26 23:24:56 +# Fingerprints: MD5:4d:4a:d4:bf:7f:05:d5:5c:b1:e6:15:dc:6f:f8:fb:d8 +# SHA256:T8WNYKy8dz+VIYeVm3k3bqpcZiViQChxrNc3BIVgykk +B62CB11C68C40B7C5E743B2DD09D0D8CED85EB92 0 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 |
