How do I run ssh in the background after running a GUI application?
Updated -
The followin command can be used:
ssh [-l <username>] -f -X -c <application>
Description:
'-l
<username>' user login name (if not specified ssh will use the current logged in username)
'-f' tells the ssh command when it has successfully connected to go into the background
'-X' (capital x) tells the ssh ...
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.