diff --git a/ssh/config b/ssh/config index a4b3be6..f532368 100644 --- a/ssh/config +++ b/ssh/config @@ -68,6 +68,13 @@ Host idc-hf-qts IdentityFile ~/.flinty/ssh/hf-qts.pub IdentitiesOnly yes +Host idc-nj-fnos + HostName 112.31.107.190 + Port 8842 + User FlintyLemming + IdentityFile ~/.flinty/ssh/nj-fnos.pub + IdentitiesOnly yes + Host hf-linux HostName 192.168.5.12 User flintylemming diff --git a/ssh/nj-fnos.pub b/ssh/nj-fnos.pub new file mode 100644 index 0000000..f1c1d77 --- /dev/null +++ b/ssh/nj-fnos.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHAkL+5R/8J4x5i1pKpJYpxQEFnWWCSvFreSjG+hmqSW \ No newline at end of file