From 0f6ba374ad146df6d01835f190aa8c7d17b745d4 Mon Sep 17 00:00:00 2001 From: FlintyLemming Date: Thu, 18 Dec 2025 10:22:37 +0800 Subject: [PATCH] add ssh server --- ssh/config | 4 ++-- ssh/{hk-iepl.pub => idc-hk-iepl.pub} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename ssh/{hk-iepl.pub => idc-hk-iepl.pub} (100%) diff --git a/ssh/config b/ssh/config index 1050c6d..be5f93f 100644 --- a/ssh/config +++ b/ssh/config @@ -101,10 +101,10 @@ Host idc-hf-truenas-v6 IdentityFile ~/.flinty/ssh/hf-truenas.pub IdentitiesOnly yes -Host hk-iepl-v6 +Host idc-hk-iepl-v6 HostName 2408:8756:f5f:2a01:1:97a0:bb77:ff0d User root - IdentityFile ~/.flinty/ssh/hk-iepl.pub + IdentityFile ~/.flinty/ssh/idc-hk-iepl.pub IdentitiesOnly yes Host hf-linux diff --git a/ssh/hk-iepl.pub b/ssh/idc-hk-iepl.pub similarity index 100% rename from ssh/hk-iepl.pub rename to ssh/idc-hk-iepl.pub