Search found 1 match

by billymeltdown
Sun Jul 26, 2015 5:44 pm
Forum: Mac Requests
Topic: transmission-remote CLI for Mac OS X
Replies: 2
Views: 13799

Re: transmission-remote CLI for Mac OS X

FWIW (and apologies if you are already aware of this technique), but it might be more secure to simply pass commands over SSH rather than exposing a new service. For example: for server in a b c; do ssh mcandre@$server.example.com -C "cd /some/path && transmission-remote -whatever"...