-
Notifications
You must be signed in to change notification settings - Fork 786
Closed
Description
When running sshuttle -r username@sshserver 0.0.0.0/0 on my ubuntu.
I get this:
stdin: is not a tty
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "assembler.py", line 37, in <module>
File "sshuttle.server", line 240, in main
File "sshuttle.server", line 91, in list_routes
File "sshuttle.server", line 70, in _list_routes
File "/usr/lib64/python2.6/subprocess.py", line 642, in __init__
errread, errwrite)
File "/usr/lib64/python2.6/subprocess.py", line 1238, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
client: fatal: server died with error code 1
- I am pretty sure the ssh connection was ok
- I tried with with and without sudo
- I have Python 2.7.12 on local computer and Python 2.6.6 on the distant box (shared hosting with ssh access)
What should I do ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels