Skip to content
Snippets Groups Projects
Commit 665b6ac2 authored by nimrod's avatar nimrod
Browse files

- SSH to BigPanda machines through the ender machine instead of having to SSH to

  ender and using tmux or keep updating the hosts or ssh_config files.
parent bb753afb
No related branches found
No related tags found
No related merge requests found
# BigPanda servers # BigPanda servers
Host prod-* stage-* staging* demo* *.bigpanda.io Host github-bp
User ubuntu HostName github.com
User git
IdentityFile ~/.ssh/bigpanda IdentityFile ~/.ssh/bigpanda
Host ender Host ender
HostName 54.176.213.1
User nimrod User nimrod
IdentityFile ~/.ssh/bigpanda IdentityFile ~/.ssh/bigpanda
Host github-bp Host prod-* stage-* staging* demo* *.bigpanda.io
HostName github.com User ubuntu
User git
IdentityFile ~/.ssh/bigpanda IdentityFile ~/.ssh/bigpanda
ProxyCommand ssh ender nc %h %p
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment