From 2b127a1f999ad8be5206a5701a64d94c597236e4 Mon Sep 17 00:00:00 2001 From: FlintyLemming Date: Thu, 18 Dec 2025 10:21:01 +0800 Subject: [PATCH] add ssh server --- ssh/config | 6 ++++++ ssh/hk-iepl.pub | 1 + 2 files changed, 7 insertions(+) create mode 100644 ssh/hk-iepl.pub diff --git a/ssh/config b/ssh/config index 3509cdf..1050c6d 100644 --- a/ssh/config +++ b/ssh/config @@ -101,6 +101,12 @@ Host idc-hf-truenas-v6 IdentityFile ~/.flinty/ssh/hf-truenas.pub IdentitiesOnly yes +Host hk-iepl-v6 + HostName 2408:8756:f5f:2a01:1:97a0:bb77:ff0d + User root + IdentityFile ~/.flinty/ssh/hk-iepl.pub + IdentitiesOnly yes + Host hf-linux HostName 192.168.5.12 User flintylemming diff --git a/ssh/hk-iepl.pub b/ssh/hk-iepl.pub new file mode 100644 index 0000000..77f53cd --- /dev/null +++ b/ssh/hk-iepl.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIK0a44UOa1RAIVFJjTusBfeWMv9MDnmsfxo39xPShKFZ \ No newline at end of file