Open Applications via SSH on another PC

by on
1 minute read
nohup ssh -X [USERNAME@IP] [APPLICATION-NAME]

For example:

nohup ssh -X [email protected] gnome-session-properties

Or:

nohup ssh -X [email protected] kodi
comments powered by Disqus