From 665b6ac21fb6577ea9a7aced10521005eb8576d0 Mon Sep 17 00:00:00 2001 From: Adar Nimrod Date: Sun, 15 Nov 2015 14:53:20 +0200 Subject: [PATCH] - 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. --- .ssh/config.d/20_bigpanda | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.ssh/config.d/20_bigpanda b/.ssh/config.d/20_bigpanda index 7fb0f3c..8cb3c9b 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 -- GitLab