From 93e8eb92786c2edaa70a0a51b8d9b4ee19db422b Mon Sep 17 00:00:00 2001 From: FlintyLemming Date: Sun, 22 Mar 2026 21:26:32 +0800 Subject: [PATCH] feat: remove unused SSH host configurations and public keys --- ssh/config | 8 -------- ssh/hf-linux-misc.pub | 1 - ssh/hf-radxa-o6.pub | 1 - ssh/hf-server-centriq.pub | 1 - 4 files changed, 11 deletions(-) delete mode 100644 ssh/hf-linux-misc.pub delete mode 100644 ssh/hf-radxa-o6.pub delete mode 100644 ssh/hf-server-centriq.pub diff --git a/ssh/config b/ssh/config index f017bc6..27f98b7 100644 --- a/ssh/config +++ b/ssh/config @@ -174,14 +174,6 @@ Host hf-network-server HostName 192.168.5.9 User flintylemming -Host hf-radxa-o6 - HostName 192.168.5.16 - User flintylemming - -Host hf-server-centriq - HostName 192.168.5.77 - User flintylemming - Host nj-fnos HostName 192.168.2.6 User FlintyLemming diff --git a/ssh/hf-linux-misc.pub b/ssh/hf-linux-misc.pub deleted file mode 100644 index 3b0b6af..0000000 --- a/ssh/hf-linux-misc.pub +++ /dev/null @@ -1 +0,0 @@ -ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJWqqDs8y2g7xRIf7HkVKMnaV5NISnPEGnlHBvFcJy/Y \ No newline at end of file diff --git a/ssh/hf-radxa-o6.pub b/ssh/hf-radxa-o6.pub deleted file mode 100644 index 934ccee..0000000 --- a/ssh/hf-radxa-o6.pub +++ /dev/null @@ -1 +0,0 @@ -ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOVVfMvDYHMU2CdeOXO1Vg+JHNzAHKpc9qUpLOM1g5oy \ No newline at end of file diff --git a/ssh/hf-server-centriq.pub b/ssh/hf-server-centriq.pub deleted file mode 100644 index 4e8aa3c..0000000 --- a/ssh/hf-server-centriq.pub +++ /dev/null @@ -1 +0,0 @@ -ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMhrnFYeD9IKM2sxGi+Yed3qaOlLl/R1iD1ZCfnWsSKI \ No newline at end of file