[PLUG] how do I run a program without having to maintain a remote terminal?

Shahms E. King shahms at shahms.com
Tue Jan 28 17:47:01 UTC 2003


well, assuming you're using ssh to connect, (which, of course, you are
;-)), simply append the command you want to execute to the ssh command
line. Since it's an X app, you probably want ssh to background itself,
so you'd launch a remote xterm, for example, like:

$ ssh -f host xterm

or more specifically:
$ ssh -f user at host /usr/X11R6/bin/xterm

-- 
Shahms E. King <shahms at shahms.com>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://lists.pdxlinux.org/pipermail/plug/attachments/20030128/6cfc51e0/attachment.asc>


More information about the PLUG mailing list