diff --git a/dot_ssh/config b/dot_ssh/config index a121c43f..7d4843c2 100644 --- a/dot_ssh/config +++ b/dot_ssh/config @@ -1,4 +1,5 @@ Include ~/.orbstack/ssh/config +Include bucephalus Host * IgnoreUnknown UseKeychain,AddKeysToAgent @@ -6,17 +7,3 @@ Host * AddKeysToAgent yes SetEnv TERM=xterm-256color -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 -