From 4c1ac4186bcedcd13ce140402560b2dba76afffa Mon Sep 17 00:00:00 2001 From: FlintyLemming Date: Thu, 18 Dec 2025 11:01:07 +0800 Subject: [PATCH] add ssh server --- ssh/config | 6 ++++++ ssh/us-la.pub | 1 + 2 files changed, 7 insertions(+) create mode 100644 ssh/us-la.pub diff --git a/ssh/config b/ssh/config index 4f9d89f..93386ec 100644 --- a/ssh/config +++ b/ssh/config @@ -153,4 +153,10 @@ Host nj-nanopi-neo3 HostName 192.168.2.10 User root IdentityFile ~/.flinty/ssh/nj-nanopi-neo3.pub + IdentitiesOnly yes + +Host sdwan-us-la + HostName 192.168.99.7 + User root + IdentityFile ~/.flinty/ssh/us-la.pub IdentitiesOnly yes \ No newline at end of file diff --git a/ssh/us-la.pub b/ssh/us-la.pub new file mode 100644 index 0000000..aa04933 --- /dev/null +++ b/ssh/us-la.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGfzysF0qhzQWvI+zFFJwpZqY6kbpEBOYHZBKewCMIF+ \ No newline at end of file