Thank you for your time and kind reply and suggestion.<br /><br />Really what I think I was asking was for assistance in getting a script done.  Somebody else provided this:<br /><br />while /bin/true ; do ssh -N -g -D 1080 user@domain.com; sleep 5; done<br /><br />You find the thread here http://www.reddit.com/r/ios9/comments/4ih0p8/ssh_socks_proxy_encrypted_tunnel_for_3g4g_mobile/<br /><br />I am paranoid about data leakage.  It takes a minute for VPNs kick in.<br /><br />I've done some web debugging with Charles Proxy and every time you connect to wifi iOS devices phone home to a URL that includes your iOS device's unique device identity reference.  Therefore Apple maintains at least an IP-to-device ID log that can be cross referenced to geolocation data.<br /><br />I'm a victim of gangstalking by the authorities and I often get weird flashbacks of being assaulted inappropriately in places where they can only have known where I was because of telemetry data from my mobile devices.<br /><br />This SSH SOCKS proxy is intended to focus primarily on encrypting data on 3G/4G data networks first.  If you are paranoid about wifi you can simply build a pocket privacy router that operates its own upstream VPN tunnel that any devices connecting to it have send their traffic through.<br /><br />I want to make it less easy for people with IMSI catchers to sniff my mobile data traffic.<br /><br />Remember if the above solution works (haven't tested it yet) if anyone wants to copy it will effect the function of the Find My iPhone feature on iOS.<br /><br />So, if I can encrypt through a SOCKS proxy, I suspect - but do not know for sure - that as soon as your device's mobile network interface card becomes active, all traffic is put through an encrypted tunnel.  Can you contradict or enhance my understanding, GLLUG?<br /><br />Next steps beyond this are Passive DNS surveillance and PAC firewalls....<br /><br />Thanks so much.<br /><br /><br /><br /><br /><br /><br /><br />09.05.2016, 08:22, "Jan Henkins via GLLUG" <gllug@mailman.lug.org.uk>:<br /><blockquote type="cite"><br />Hello Piers, <br /><br />While creating an SSH tunnel is sure to work in the end, I propose that you have a look at setting up OpenVPN instead. Since I do not use Apple products I cannot be of direct help, but here is a blog post that seems to be a good place to start your investigation:<br /><br />https://www.stevesell.com/?p=36<br /><br />With a setup like this you could route all IP traffic through the VPN, so you won't have to set up a proxy server. <br /><br />Regards, <br />Jan Henkins <br /><br />On 9 May 2016 00:29, Piers Sturley via GLLUG <gllug@mailman.lug.org.uk> wrote:<br /><br /><blockquote type="cite"><br />šI need guidance on writing a script to make this project happen. Can anyone point me in the correct direction as to what I need to search for to find cookbook scripts to let me live in iPhone privacy?<br /><br />šI want to use an encrypted SSH tunnel to secure my iOS device connection when using mobile data (3G/4G).<br /><br />šWith the Apple Configurator 2 free desktop app download for Windows and Mac it is possible to create a configuration profile that sets a proxy on mobile 3G/4G connections.<br /><br />šI have discovered the following command at http://snipplr.com/view/16563/how-to-connect-to-a-socks-proxy-from-an-unjailbroken-iphoneipod-touch/<br /><br />šssh -N -g -D 1080 user@domain.com<br /><br />šI would like to make this SSH tunnel, with the parameters set as above, make itself available to be connected to again immediately if the SSH tunnel were to close or drop.<br /><br />šIt would be handy to make it run in the background, too. However, adding -f prevents the command from executing.<br /><br />šSo I need a bash script as a cron job.<br /><br />šI am the total noob and dunce at scripting. Very rusty coding skills anyway.<br /><br />šAny help you might provide would be amazingly useful.<br /><br />šThanks in advance for anytime you spend reading or thinking about this problem.<br /><br />š--<br /><br /><br /></blockquote><br />_______________________________________________<br />GLLUG mailing list<br />GLLUG@mailman.lug.org.uk<br />https://mailman.lug.org.uk/mailman/listinfo/gllug<br /><br /></blockquote>