What sort of computer are you trying to connect to? It seems like
maybe you don't have a sh compatible shell on this system; please try
the following commands and report the results here.
ssh hostname "echo \$SHELL"
ssh hostname "P=/usr/bin/python; echo \$P"
If hostname isn't your remote host, replace it with your real remote
host of course.
--
Brian May <br...@microcomaustralia.com.au>
Ok, good.
> Now for the debugging:
>
> $ ssh hostname "echo \$SHELL"
> /bin/tcsh
I would assume another option that should work would be to pass the
"--python /usr/bin/python" flag to sshuttle. If I read the code
correctly, it should use the first form of the pycmd, which I think
should work.
--
Brian May <br...@microcomaustralia.com.au>