tcurdt / iProxy

Let's you connect your laptop to the iPhone to surf the web.
http://github.com/tcurdt/iProxy
Apache License 2.0
1.19k stars 198 forks source link

remote ssh to another computer through iProxy internet connection? #27

Closed ghost closed 12 years ago

ghost commented 12 years ago

I have my computer hooked up to the internet through iProxy, but when I open the terminal to remote ssh to another computer it doesn't work. How do I get the ssh command to use the ad hoc network connection to my device so that I can remote ssh to another computer? Thanks.

tcurdt commented 12 years ago

Your ssh needs to support a socks proxy - or use socksify. But I am not sure that's available for OSX

tcurdt commented 12 years ago

In another issue someone recommended "macproxy" ... maybe that works. Also the fork from https://github.com/jeromelebel/iProxy also seems to explicitly have support for ssh.

ghost commented 12 years ago

the iProxy fork from jeromelebel works great. Using that iProxy fork I only need to add one line to ~/.ssh/config when I want to remote ssh to another computer