From 50baf6b73cda0d01372ae2193733ee06d57deab8 Mon Sep 17 00:00:00 2001 From: FlintyLemming Date: Thu, 18 Dec 2025 10:08:59 +0800 Subject: [PATCH] add ssh server --- ssh/config | 13 +++++++++++++ ssh/hf-truenas.pub | 1 + 2 files changed, 14 insertions(+) create mode 100644 ssh/hf-truenas.pub diff --git a/ssh/config b/ssh/config index ca73237..9bb8388 100644 --- a/ssh/config +++ b/ssh/config @@ -81,6 +81,13 @@ Host idc-nj-fnos IdentityFile ~/.flinty/ssh/nj-fnos.pub IdentitiesOnly yes +Host idc-hf-truenas + HostName 112.31.107.190 + Port 8849 + User flintylemming + IdentityFile ~/.flinty/ssh/hf-truenas.pub + IdentitiesOnly yes + Host hf-linux HostName 192.168.5.12 User flintylemming @@ -93,6 +100,12 @@ Host hf-qts IdentityFile ~/.flinty/ssh/hf-qts.pub IdentitiesOnly yes +Host idc-hf-truenas + HostName 192.168.5.5 + User flintylemming + IdentityFile ~/.flinty/ssh/hf-truenas.pub + IdentitiesOnly yes + Host nj-fnos HostName 192.168.2.6 User FlintyLemming diff --git a/ssh/hf-truenas.pub b/ssh/hf-truenas.pub new file mode 100644 index 0000000..7573e4d --- /dev/null +++ b/ssh/hf-truenas.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJuSpEOST3UNe5RuN3eIFuDjtUhjiVJacKJGTUyxiWce \ No newline at end of file