Hello,
I'm using a windows ssh server using bitvise.
http://www.bitvise.com The server has python installed. In the c:\Python27\python directory.
I have a Mac and I'm trying use sshuttle to connect to my ssh server.
./sshuttle --python /Python27/python --dns -vvr ad...@mysshServer.com 0/0
Starting sshuttle proxy.
Binding: 12300
Listening on ('127.0.0.1', 12300).
DNS listening on ('127.0.0.1', 12300).
firewall manager ready.
c : connecting to server...c : executing: ['ssh', 'ad...@mysshServer.com', '--', '\'/Python27/python\' -c \'import sys; skip_imports=1; verbosity=2; exec compile(sys.stdin.read(764), "assembler.py", "exec")\'']
ad...@mysshServer.com's password:
c : > channel=0 cmd=PING len=7 (fullness=0)
''' is not recognized as an internal or external command,
operable program or batch file.
c : fatal: expected server init string 'SSHUTTLE0001'; got ''
Seems that perhaps the syntax is wrong for windows. Any ideas?