From e310770d05f73e8d3adb88c204eaf31e53c69a81 Mon Sep 17 00:00:00 2001 From: Jason Morganson <128727+jasonmorganson@users.noreply.github.com> Date: Mon, 6 Nov 2023 23:24:30 -0500 Subject: [PATCH] WIP --- dot_ssh/config | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/dot_ssh/config b/dot_ssh/config index 3945feb1..019190f0 100644 --- a/dot_ssh/config +++ b/dot_ssh/config @@ -4,3 +4,29 @@ Host * AddKeysToAgent yes SetEnv TERM=xterm-256color +Host jason-testing-prod-1 + HostName jason-testing-prod-1 + User ubuntu + IdentityFile ./LightsailDefaultKey-us-east-1.pem + RequestTTY force + RemoteCommand tmux attach + +Host bucephalus-platform-dev-2 + HostName bucephalus-platform-dev-2 + User ubuntu + IdentityFile ./LightsailDefaultKey-us-east-1.pem + RequestTTY force + RemoteCommand tmux attach + +Host bucephalus-platform-prod + HostName bucephalus-platform-prod + User ubuntu + IdentityFile ./LightsailDefaultKey-us-east-1.pem + RequestTTY force + RemoteCommand tmux attach + +Host imapsync + HostName imapsync + User jasonmorganson + RequestTTY force + RemoteCommand zellij attach --create