Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmorganson committed Nov 13, 2023
1 parent 0fd3c0d commit e310770
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions dot_ssh/config
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e310770

Please sign in to comment.