From 78c7081012c368c7442aa551880038f1e2571c5e Mon Sep 17 00:00:00 2001 From: FlintyLemming Date: Thu, 18 Dec 2025 11:14:29 +0800 Subject: [PATCH] add ssh server --- ssh/config | 7 +++++++ ssh/zs-zos.pub | 1 + 2 files changed, 8 insertions(+) create mode 100644 ssh/zs-zos.pub diff --git a/ssh/config b/ssh/config index 93386ec..2e5e38f 100644 --- a/ssh/config +++ b/ssh/config @@ -155,6 +155,13 @@ Host nj-nanopi-neo3 IdentityFile ~/.flinty/ssh/nj-nanopi-neo3.pub IdentitiesOnly yes +Host zs-zos + HostName 192.168.6.6 + Prot 10000 + User root + IdentityFile ~/.flinty/ssh/zs-zos.pub + IdentitiesOnly yes + Host sdwan-us-la HostName 192.168.99.7 User root diff --git a/ssh/zs-zos.pub b/ssh/zs-zos.pub new file mode 100644 index 0000000..c8ce86d --- /dev/null +++ b/ssh/zs-zos.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF/6xR7NNpPJ7MrCx7qgo6hS1orwwX+4nMsyTdWl4/kc \ No newline at end of file