From 49d5a4ffe5ad4c08843e268b20d6cdff78613f01 Mon Sep 17 00:00:00 2001 From: FlintyLemming Date: Wed, 17 Dec 2025 21:48:01 +0800 Subject: [PATCH] add ssh server --- ssh/config | 7 +++++++ ssh/nj-fnos.pub | 1 + 2 files changed, 8 insertions(+) create mode 100644 ssh/nj-fnos.pub diff --git a/ssh/config b/ssh/config index a4b3be6..f532368 100644 --- a/ssh/config +++ b/ssh/config @@ -68,6 +68,13 @@ Host idc-hf-qts IdentityFile ~/.flinty/ssh/hf-qts.pub IdentitiesOnly yes +Host idc-nj-fnos + HostName 112.31.107.190 + Port 8842 + User FlintyLemming + IdentityFile ~/.flinty/ssh/nj-fnos.pub + IdentitiesOnly yes + Host hf-linux HostName 192.168.5.12 User flintylemming diff --git a/ssh/nj-fnos.pub b/ssh/nj-fnos.pub new file mode 100644 index 0000000..f1c1d77 --- /dev/null +++ b/ssh/nj-fnos.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHAkL+5R/8J4x5i1pKpJYpxQEFnWWCSvFreSjG+hmqSW \ No newline at end of file