Future<void> run(String cmd) async { await _init(); await runProcess('ssh', ['$sshUser@$host', ...sshControlArgs, cmd]); }