manual-connections icon indicating copy to clipboard operation
manual-connections copied to clipboard

Error when using with Transmission that has user authentication setup

Open Baenwort opened this issue 4 years ago • 5 comments

So I get an error while trying to bind the port forwarding.

I think this is due to using a user and password for authentication on my transmission setup.

With the old port-forward.sh I would add a: transUser="username" and transPass="password"

as a variable and then append --auth "${transUser}":"${transPass}" after any call of the transmission-remote.

Will this work with your script if I put them in the refresh_pia_port.sh? This seems like the logical place considering how you explain your binding process.

Baenwort avatar Nov 22 '20 06:11 Baenwort