Problems with SSH tunneling - Printable Version +- Forum (http://forum.xbian.org) +-- Forum: Community (/forum-5.html) +--- Forum: Uncategorized (/forum-59.html) +--- Thread: Problems with SSH tunneling (/thread-3932.html) |
Problems with SSH tunneling - cairnarvon - 1st Oct, 2017 12:38 AM So I'm trying to route xbian's traffic, through my server, via an SSH tunnel. Procedure:
How come it doesn't work? Debug log here: https://pastebin.com/siYFrzhF RE: Problems with SSH tunneling - Nachteule - 1st Oct, 2017 03:10 AM (1st Oct, 2017 12:38 AM)cairnarvon Wrote: So I'm trying to route xbian's traffic, through my server, via an SSH tunnel. Procedure: I'm neither SSH tunnel nor SOCKS expert, but your tunnel command under point 2 looks very strange Shouldn't you use Terminal ssh -L [bind_address:]port:host:port user@server for opening an SSH tunnel RE: Problems with SSH tunneling - cairnarvon - 2nd Oct, 2017 03:17 AM (1st Oct, 2017 03:10 AM)Nachteule Wrote:(1st Oct, 2017 12:38 AM)cairnarvon Wrote: So I'm trying to route xbian's traffic, through my server, via an SSH tunnel. Procedure: I've tested the syntax on a Debian machine and it is correct. It seems that step 3 is where the problems are. The settings are pure window dressing and do not actually change anything, it's there as a potential future feature. If you want to use an SSH tunnel you have to configure it for a specific add-on, though I'm getting errors there too like " channel 9: open failed: connect failed: Connection refused ". |