Re: How to connect with slave behind firewall to jenkins master behind apache reverse proxy through ssh

2014-08-21 Thread Samy Ateia
If anyone has similar problems: the easiest solution i found is to use sshuttle: https://github.com/apenwarr/sshuttle/ Its basically a one line command to route all traffic and ports through a ssh tunnel. (from the description: "Transparent proxy server that works as a poor man's VPN") This en

How to connect with slave behind firewall to jenkins master behind apache reverse proxy through ssh

2014-08-15 Thread Samy Ateia
Hi all, I have a jenkins master server running on a remote machine behind an apache webserver. I limited access to the jenkins master server to the localhost ip. We connect to the jenkins server through a ssh socks proxy. I now need to run an jenkins ios slave (for building ios apps). This sla