ssh: add host print-01

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

View File

@@ -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