ssh: add host print-01

This commit is contained in:
Eric Torres 2025-04-16 19:11:56 -07:00
parent afe1842873
commit 6708016005
3 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGZizFOCecyfHqJDDinCl9XTXvCd8RBEM6VN76nGZfSj etorres@xenon

View File

@ -110,6 +110,11 @@ Host obs-01
HostName obs-01.tail755c5.ts.net HostName obs-01.tail755c5.ts.net
Port 22 Port 22
Host print-01
User etorres
IdentityFile=~/.ssh/print-01
HostName print-01.tail755c5.ts.net
Host syncthing-01 Host syncthing-01
User etorres User etorres
IdentityFile=~/.ssh/syncthing-01 IdentityFile=~/.ssh/syncthing-01

View File

@ -106,6 +106,11 @@ Host obs-01
IdentityFile=~/.ssh/obs-01 IdentityFile=~/.ssh/obs-01
HostName 192.168.1.9 HostName 192.168.1.9
Host print-01
User etorres
IdentityFile=~/.ssh/print-01
HostName 192.168.1.56
Host syncthing-01 Host syncthing-01
User etorres User etorres
IdentityFile=~/.ssh/syncthing-01 IdentityFile=~/.ssh/syncthing-01