From b045e376791ac2964537641d34e70c1595bb110d Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Thu, 9 May 2024 16:02:22 -0700 Subject: [PATCH] add chesshdev to ssh config --- .ssh/config | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.ssh/config b/.ssh/config index 392f8f8..2f81998 100644 --- a/.ssh/config +++ b/.ssh/config @@ -20,3 +20,9 @@ Host wwwintmmt Hostname www.int.mistymountainstherapy.com ForwardAgent yes User root + +Host chesshdev + Hostname localhost + Port 34355 + User simponic + PubkeyAuthentication yes