From 31faa6375dafd5bd32e9a9028bf684259385d068 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sun, 19 Jun 2016 18:43:03 +0300
Subject: [PATCH] - Local forward port 8000 from bch-staging.

---
 .ssh/config.d/20_fdna | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.ssh/config.d/20_fdna b/.ssh/config.d/20_fdna
index e66b9d3..2b0c22f 100644
--- a/.ssh/config.d/20_fdna
+++ b/.ssh/config.d/20_fdna
@@ -26,6 +26,7 @@ HostName ec2-52-87-196-99.compute-1.amazonaws.com
 User nimrod
 IdentityFile ~/.ssh/fdna
 ProxyCommand ssh ns1 nc %h %p
+LocalForward 8000 localhost:8000
 
 Host bitbucket.org
 HostName bitbucket.org
-- 
GitLab