From 8f1907e2009e10019f7de02d105f9b63d9f8a1d1 Mon Sep 17 00:00:00 2001 From: FlintyLemming Date: Mon, 22 Dec 2025 21:58:15 +0800 Subject: [PATCH] add ssh server --- ssh/config | 4 ++++ ssh/idc-dmit-lax.pub | 1 + 2 files changed, 5 insertions(+) create mode 100644 ssh/idc-dmit-lax.pub diff --git a/ssh/config b/ssh/config index 8993249..945caa2 100644 --- a/ssh/config +++ b/ssh/config @@ -137,6 +137,10 @@ Host idc-vultr-bgp HostName 137.220.34.171 User root +Host idc-dmit-lax + HostName 69.63.202.73 + User root + Host hf-linux HostName 192.168.5.12 User flintylemming diff --git a/ssh/idc-dmit-lax.pub b/ssh/idc-dmit-lax.pub new file mode 100644 index 0000000..381261c --- /dev/null +++ b/ssh/idc-dmit-lax.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOTEWdoeuqONGH20iR3cnx6iynRrDY5o6pa1Fj52h1z8 \ No newline at end of file