From bb753afb5a5f2b368eb89edcc445014aa3aa4441 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Mon, 9 Nov 2015 18:22:21 +0200
Subject: [PATCH] Seperate personal and BigPanda GitHub accounts.

---
 .ssh/config.d/20_bigpanda | 7 ++++++-
 .ssh/config.d/20_github   | 6 +++---
 .ssh/config.d/20_shore    | 3 ++-
 3 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/.ssh/config.d/20_bigpanda b/.ssh/config.d/20_bigpanda
index 8e5e1f4..7fb0f3c 100644
--- a/.ssh/config.d/20_bigpanda
+++ b/.ssh/config.d/20_bigpanda
@@ -1,9 +1,14 @@
 # BigPanda servers
 
-Host prod-* stage-* ec2-* staging* ci.bigpanda.io demo*
+Host prod-* stage-* staging* demo* *.bigpanda.io
 User ubuntu
 IdentityFile ~/.ssh/bigpanda
 
 Host ender
 User nimrod
 IdentityFile ~/.ssh/bigpanda
+
+Host github-bp
+HostName github.com
+User git
+IdentityFile ~/.ssh/bigpanda
diff --git a/.ssh/config.d/20_github b/.ssh/config.d/20_github
index 9f45062..b6653d8 100644
--- a/.ssh/config.d/20_github
+++ b/.ssh/config.d/20_github
@@ -1,5 +1,5 @@
 # github.com
 
-Host github.com
-User git
-IdentityFile ~/.ssh/bigpanda
+#Host github.com
+#User git
+#IdentityFile ~/.ssh/id_rsa
diff --git a/.ssh/config.d/20_shore b/.ssh/config.d/20_shore
index a499c04..2da0884 100644
--- a/.ssh/config.d/20_shore
+++ b/.ssh/config.d/20_shore
@@ -19,7 +19,8 @@ ProxyCommand ssh ns1 nc %h %p
 Host ns2
 HostName ns2.shore.co.il
 User admin
-DynamicForward 8080
+DynamicForward 9999
+ProxyCommand ssh ns1 nc %h %p
 
 Host cgit
 HostName cgit.trusted
-- 
GitLab