tremotesf2 icon indicating copy to clipboard operation
tremotesf2 copied to clipboard

Feature request: SSH bastion

Open gsportelli opened this issue 1 year ago • 2 comments

The single reason I would switch to using this client instead of transgui is if I had the option to configure a SSH bastion instead of a proxy server.

Would that be even possible?

gsportelli avatar Jan 22 '25 23:01 gsportelli

Why don't you try autossh? Implementing ssh client inside torrent client seems unreasonable.

keizie avatar Aug 14 '25 07:08 keizie

With autossh I would have a tunnel open even when I'm not using transmission, which is suboptimal on various levels.

I agree that implementing a ssh client would be unreasonable, but I don't think you need to. The simplest solution that comes to my mind is to let the client call system ssh (or any other ssh executable, e.g., provided in configuration) to open the tunnel before trying to connect to the server.

Maybe I could make a wrapper around the app, but that seems rather clunky to me.

gsportelli avatar Sep 20 '25 07:09 gsportelli