From 7323a3803dc0379612f34095ad55ce280c3d9a39 Mon Sep 17 00:00:00 2001
From: Eric Torres <eric.torres@its-et.me>
Date: Sun, 16 Feb 2025 23:24:06 -0800
Subject: [PATCH] ssh: add dbservers to ssh config

---
 ssh/config.laptop | 14 ++++++++++++++
 ssh/config.xenon  | 14 ++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/ssh/config.laptop b/ssh/config.laptop
index 514cfa2..b232deb 100644
--- a/ssh/config.laptop
+++ b/ssh/config.laptop
@@ -59,6 +59,20 @@ Host bld-02
     HostName bld-02.tail755c5.ts.net
     Port 22
 
+# db-mdb11
+Host db-mdb11
+    User etorres
+    IdentityFile=~/.ssh/dbservers
+    HostName db-mdb11.tail755c5.ts.net
+    IdentitiesOnly=yes
+
+# db-pg17
+Host db-pg17
+    User etorres
+    IdentityFile=~/.ssh/dbservers
+    HostName db-pg17.tail755c5.ts.net
+    IdentitiesOnly=yes
+
 # log-01
 Host log-01
     User etorres
diff --git a/ssh/config.xenon b/ssh/config.xenon
index 405fd79..8a332a7 100644
--- a/ssh/config.xenon
+++ b/ssh/config.xenon
@@ -58,6 +58,20 @@ Host bld-02
     IdentityFile=~/.ssh/bld-02
     HostName 192.168.1.9
 
+# db-mdb11
+Host db-mdb11
+    User etorres
+    IdentityFile=~/.ssh/dbservers
+    HostName 192.168.1.13
+    IdentitiesOnly=yes
+
+# db-pg17
+Host db-pg17
+    User etorres
+    IdentityFile=~/.ssh/dbservers
+    HostName 192.168.1.14
+    IdentitiesOnly=yes
+
 # log-01
 Host log-01
     User etorres