0

I can ssh into tor url with torsocks but it does not work on xpra

command I used

$ torsocks xpra attach ssh://[email protected]/100 

I got this error :

WARNING torsocks[27516]: [syscall] Unsupported syscall number 39. Denying the call (in tsocks_syscall() at syscall.c:604)

My port 22 is open for tor connections on /etc/tor/torrc

1 Answer 1

0

If you can ssh to that host then for sure you can use xpra. I have no idea what this syscall 39 is, but if this is somehow caused by the paramiko ssh backend, try the plain ssh backend: xpra --ssh="ssh -v" ...

4
  • I still got syscall 39 error Commented Sep 21, 2023 at 12:33
  • Then you must be getting that error with plain ssh connections too. Either ssh works or it doesn't.
    – totaam
    Commented Sep 22, 2023 at 13:41
  • ssh and ssh with x forwarding works but xpra does not. Commented Sep 22, 2023 at 15:22
  • That doesn't make sense, xpra just runs ssh -v .. My guess is that something else is wrong with your installation.
    – totaam
    Commented Sep 22, 2023 at 15:55

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .