Skip to content

Commit

Permalink
Update .ssh/config
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmorganson committed Mar 28, 2024
1 parent a6ef95f commit 56c35fd
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions dot_ssh/config
Original file line number Diff line number Diff line change
@@ -1,22 +1,9 @@
Include ~/.orbstack/ssh/config
Include bucephalus

Host *
IgnoreUnknown UseKeychain,AddKeysToAgent
UseKeychain yes
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

0 comments on commit 56c35fd

Please sign in to comment.