ssh: add borg-01 host

This commit is contained in:
Eric Torres 2025-03-30 23:53:25 -07:00
parent 916ac37bdc
commit d4a3c2d48c
3 changed files with 17 additions and 5 deletions

View File

@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINLKbBIwP+7DU6I7KSFYPK6+Pgx2DsTBPvTPS/gfCy4i etorres@xenon

View File

@ -53,6 +53,12 @@ Host aur-01
HostName aur-01.tail755c5.ts.net HostName aur-01.tail755c5.ts.net
Port 22 Port 22
Host borg-01
User etorres
IdentityFile=~/.ssh/borg-01
HostName borg-01.tail755c5.ts.net
Port 22
Host db-mdb11 Host db-mdb11
User etorres User etorres
IdentityFile=~/.ssh/dbservers IdentityFile=~/.ssh/dbservers

View File

@ -51,6 +51,11 @@ Host aur-01
IdentityFile=~/.ssh/aur-01 IdentityFile=~/.ssh/aur-01
HostName 192.168.1.8 HostName 192.168.1.8
Host borg-01
User etorres
IdentityFile=~/.ssh/borg-01
HostName 192.168.1.34
Host db-mdb11 Host db-mdb11
User etorres User etorres
IdentityFile=~/.ssh/dbservers IdentityFile=~/.ssh/dbservers
@ -101,12 +106,12 @@ Host stg-01
IdentityFile=~/.ssh/stg-01 IdentityFile=~/.ssh/stg-01
HostName 192.168.1.15 HostName 192.168.1.15
Host test-microos
User etorres
IdentityFile=~/.ssh/test-microos
HostName 192.168.1.165
Host web-01 Host web-01
User etorres User etorres
IdentityFile=~/.ssh/web-01 IdentityFile=~/.ssh/web-01
HostName 192.168.1.5 HostName 192.168.1.5
Host microos-test-01
User etorres
IdentityFile=~/.ssh/microos-test-01
HostName 192.168.1.165