From ef5b5db1790c152eec96c4a942f73d116dd19b7a Mon Sep 17 00:00:00 2001 From: FlintyLemming Date: Wed, 17 Dec 2025 19:39:05 +0800 Subject: [PATCH] add ssh server --- ssh/config | 19 +++++++++++++++++++ ssh/hf-qts.pub | 1 + 2 files changed, 20 insertions(+) create mode 100644 ssh/hf-qts.pub diff --git a/ssh/config b/ssh/config index d2e2e8d..7b2ce27 100644 --- a/ssh/config +++ b/ssh/config @@ -59,4 +59,23 @@ Host idc-hf-linux Port 8850 User flintylemming IdentityFile ~/.flinty/ssh/hf-linux.pub + IdentitiesOnly yes + +Host idc-hf-qts + HostName 112.31.107.190 + Port 8845 + User flintylemming + IdentityFile ~/.flinty/ssh/hf-qts.pub + IdentitiesOnly yes + +Host hf-linux + HostName 192.168.5.12 + User flintylemming + IdentityFile ~/.flinty/ssh/hf-linux.pub + IdentitiesOnly yes + +Host hf-qts + HostName 192.168.5.6 + User flintylemming + IdentityFile ~/.flinty/ssh/hf-qts.pub IdentitiesOnly yes \ No newline at end of file diff --git a/ssh/hf-qts.pub b/ssh/hf-qts.pub new file mode 100644 index 0000000..36cf81e --- /dev/null +++ b/ssh/hf-qts.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF2eE61PUiEMI02g0Esx4sMFNRWkxGCqUUiZ+GiWOJa6 \ No newline at end of file