diff --git a/.ssh/config.d/20_bigpanda b/.ssh/config.d/20_bigpanda index 7fb0f3c0a26719c46c439c7b0e5ea8ba12457444..8cb3c9b9758d262ab8a160bc017988311952b59a 100644 --- a/.ssh/config.d/20_bigpanda +++ b/.ssh/config.d/20_bigpanda @@ -1,14 +1,16 @@ # BigPanda servers -Host prod-* stage-* staging* demo* *.bigpanda.io -User ubuntu +Host github-bp +HostName github.com +User git IdentityFile ~/.ssh/bigpanda Host ender +HostName 54.176.213.1 User nimrod IdentityFile ~/.ssh/bigpanda -Host github-bp -HostName github.com -User git +Host prod-* stage-* staging* demo* *.bigpanda.io +User ubuntu IdentityFile ~/.ssh/bigpanda +ProxyCommand ssh ender nc %h %p