my $ssh = Net::OpenSSH->new($host, forward_X11 => 1); $ssh->system({forward_X11 => 1}, 'xterm') or die "Failed to run command: ". $ssh->error;