Hello,
I want to use iPhoneTunnel for OSX and use the tunnel as a socks proxy.
I have the version 2.2 but it is not working. Any ssh connection over the USB to my iPhone hangs.
When I launch "Tunnel On" in debug mode :
So far it looks good ...
Then I launch the SSH
but here nothing happens. No password prompt.
The output of iphone_tunnel is
but the ssh connection does not react.
Is it working for you ?
btw I have the 3GS. The SSH server on the iPhone is fine since I can connect via my home wifi.
Thanks,
Tex
I want to use iPhoneTunnel for OSX and use the tunnel as a socks proxy.
I have the version 2.2 but it is not working. Any ssh connection over the USB to my iPhone hangs.
When I launch "Tunnel On" in debug mode :
Code:
jan@jan /Applications/iPhoneTunnel.app/Contents/Resources $ sh iphone_tunnel 22 9876
Waiting for device...
Info: Waiting for new connection...
So far it looks good ...
Then I launch the SSH
Code:
me@me ~ $ ssh -l root -p 9876 127.0.0.1
The output of iphone_tunnel is
Code:
Info: New connection...
Info: Device connected.
Info: Service started.
sock handle newsock:7 iphone:9
threadcount=1
Info: Waiting for new connection...
Is it working for you ?
btw I have the 3GS. The SSH server on the iPhone is fine since I can connect via my home wifi.
Thanks,
Tex