diff --git a/ssh/authorized_keys.print-01 b/ssh/authorized_keys.print-01 new file mode 100644 index 0000000..25e7fb5 --- /dev/null +++ b/ssh/authorized_keys.print-01 @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGZizFOCecyfHqJDDinCl9XTXvCd8RBEM6VN76nGZfSj etorres@xenon diff --git a/ssh/config.laptop b/ssh/config.laptop index d915731..9e2037b 100644 --- a/ssh/config.laptop +++ b/ssh/config.laptop @@ -110,6 +110,11 @@ Host obs-01 HostName obs-01.tail755c5.ts.net Port 22 +Host print-01 + User etorres + IdentityFile=~/.ssh/print-01 + HostName print-01.tail755c5.ts.net + Host syncthing-01 User etorres IdentityFile=~/.ssh/syncthing-01 diff --git a/ssh/config.xenon b/ssh/config.xenon index e1eaf3f..f13805d 100644 --- a/ssh/config.xenon +++ b/ssh/config.xenon @@ -106,6 +106,11 @@ Host obs-01 IdentityFile=~/.ssh/obs-01 HostName 192.168.1.9 +Host print-01 + User etorres + IdentityFile=~/.ssh/print-01 + HostName 192.168.1.56 + Host syncthing-01 User etorres IdentityFile=~/.ssh/syncthing-01