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