Using Pandora from Windows (with SSH and X11 forwarding)


just another tip about Cygwin:


startxwin.exe;DISPLAY=localhost:0.0 ssh -Y -C -c blowfish-cbc username@192.168.0.2

with just this single command-line the X11 server will start, and then the connection to the Pandora is established with compression and a lower encryption method, and that can improve the speed of data transfer especially over wifi.

(by the way, this is intended NOT TO BE USED with a public access point, but indeed should be used only on a local secure network)
 
Back
Top