diff --git a/ssh/config b/ssh/config index ad03597..fb46e77 100644 --- a/ssh/config +++ b/ssh/config @@ -141,4 +141,10 @@ Host nj-fnos HostName 192.168.2.6 User FlintyLemming IdentityFile ~/.flinty/ssh/nj-fnos.pub + IdentitiesOnly yes + +Host nj-nanopi-neo3 + HostName 192.168.2.10 + User root + IdentityFile ~/.flinty/ssh/nj-nanopi-neo3.pub IdentitiesOnly yes \ No newline at end of file diff --git a/ssh/nj-nanopi-neo3.pub b/ssh/nj-nanopi-neo3.pub new file mode 100644 index 0000000..87fc991 --- /dev/null +++ b/ssh/nj-nanopi-neo3.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJSeKZIbpt22qy6rN6T6iXtb5o/4G9BXXLsYacpIhX2a \ No newline at end of file