Torsocks doesn't recognise the arguments to the -u (--user) and -p (--pass) options if they immediately follow the option characters: $ torsocks -uMyUser -pMyPass /bin/true Illegal option -u /usr/bin/torsocks: 98: local: /usr/bin/which: bad variable name It works if you put a space between the option and the argument: $ torsocks -u MyUser -p MyPass /bin/true Torsocks should support the former syntax too, as it is standard on UNIX-like systems.
Hey, upstream responded and closed https://gitlab.torproject.org/tpo/core/torsocks/-/issues/40030#note_3169759 " This is not going to be a priority unless someone thinks it's worthwhile enough to drop a patch." Regards, hefee
Hey, upstream responded and closed https://gitlab.torproject.org/tpo/core/torsocks/-/issues/40030#note_3169759 " This is not going to be a priority unless someone thinks it's worthwhile enough to drop a patch." Regards, hefee