From 041246793a5bb240c6fd4e496b6b61584e99a68b Mon Sep 17 00:00:00 2001 From: FlintyLemming Date: Wed, 7 Jan 2026 15:31:12 +0800 Subject: [PATCH] add ssh server --- ssh/config | 4 ++++ ssh/idc-op-eu.pub | 1 + 2 files changed, 5 insertions(+) create mode 100644 ssh/idc-op-eu.pub diff --git a/ssh/config b/ssh/config index dd38f30..af54b16 100644 --- a/ssh/config +++ b/ssh/config @@ -137,6 +137,10 @@ Host idc-dmit-lax HostName 69.63.202.73 User root +Host idc-op-eu + HostName 51.158.146.60 + User flintylemming + Host hf-linux HostName 192.168.5.12 User flintylemming diff --git a/ssh/idc-op-eu.pub b/ssh/idc-op-eu.pub new file mode 100644 index 0000000..b5b5b34 --- /dev/null +++ b/ssh/idc-op-eu.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB2ifq+UpmNzskfhKd2I2pEfKHjbG7vxVTL9W8JDD3EC \ No newline at end of file