Here's a howto. Tested on Ubuntu, but it probably works on any Linux. Possibly also on OS X.
First start the SSH tunnel from your own port 2000 to a newsserver on port 119 through the SSH account:
Code: Select all
ssh -N -L 2000:newsreader.eweka.nl:119 sander@server.blabla.com
sander@server.blabla.com's password: In another window, now test that this works:
Code: Select all
sander@R540:~$ telnet localhost 2000
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
200 Welcome to [b]Eweka[/b] (fx40.am1)
quit
205 Goodbye
Connection closed by foreign host.
sander@R540:~$ If this works, you can point SABnzbd to localhost:2000 like this: in Config -> Server, click Add Server and then fill out:
Code: Select all
Host: localhost
Port: 2000
Connections: 1