This question has been reworded, previous one was a duplicate of Execute remote commands, completely detaching from the ssh connection
I want to access to a computer through SSH, run both Iceweasel and Transmission, use Iceweasel to find some torrents, add the torrents to Transmission, close Icewasel, close my SSH session and let Transmission running on the server.
I'm running Transmission using nohup
, but if I close Transmission, it closes on the server. If I exit the session, it closes as well.
transmission
has a dual mode in which you can run it as a daemon, then use a commandline interface ortransgui
to manage its torrents. – Shadur-don't-feed-the-AI Oct 01 '13 at 11:47