From c80e6112ed4e7d7b1812dbf08dedcae09bdd24c5 Mon Sep 17 00:00:00 2001 From: FlintyLemming Date: Thu, 26 Feb 2026 21:01:30 +0800 Subject: [PATCH] add ssh server --- ssh/config | 4 ++-- ssh/{idc-op-eu.pub => idc-ovh-ks2.pub} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename ssh/{idc-op-eu.pub => idc-ovh-ks2.pub} (100%) diff --git a/ssh/config b/ssh/config index e89c578..0168784 100644 --- a/ssh/config +++ b/ssh/config @@ -146,8 +146,8 @@ Host idc-dmit-lax HostName 69.63.202.73 User root -Host idc-op-eu - HostName 51.158.146.60 +Host idc-ovh-ks2 + HostName 145.239.244.171 User flintylemming Host idc-zouter-hk diff --git a/ssh/idc-op-eu.pub b/ssh/idc-ovh-ks2.pub similarity index 100% rename from ssh/idc-op-eu.pub rename to ssh/idc-ovh-ks2.pub