GTKUI from remote machine
Posted: Sun Dec 28, 2008 12:31 pm
I want to use GTKUI to connect to remote server... I already understand classic mode should be turned off, but how can I make deluged runnin on remote server listen to 0.0.0.0:58846 instead of 127.0.0.1:58846 ? I think that would be most elegant solution. I also saw it's possible that ssh tunnel can help on this matter, but never made it before, I see it's fairly simple, but then somewhat complicated... Will someone help me?
edit:
It's common for me that I solve something while waiting for help
So I think I successfully managed to setup the thunnel with command issued at remote server:
ssh -g -N -f -L xxxxx:127.0.0.1:58846 root@0.0.0.0
But GTK UI seems that it still cannot connect. Perhaps this is because I see username/password is requested, but in web ui, only password is needed, so what is the username?? this is just my wild guess...
edit:
It's common for me that I solve something while waiting for help
So I think I successfully managed to setup the thunnel with command issued at remote server:
ssh -g -N -f -L xxxxx:127.0.0.1:58846 root@0.0.0.0
But GTK UI seems that it still cannot connect. Perhaps this is because I see username/password is requested, but in web ui, only password is needed, so what is the username?? this is just my wild guess...