I know, I can run dialog command in my machine. But what I want to do is I wanna show the dialog box to some other Remote host.
I connected to the remote system and used dialog command its shows the box in my terminal only. How can I display to that remote machine?? Any suggestions???
Are you trying to display it on the remote machine to share with someone logged into that machine?
Yes. Exactly!! I wanna let them to view!!
You can use screen to share the terminal session.
If using same username on remote machine:
<you> screen
<otheruser> screen -x
If using different usernames:
<you> screen -S <enter a name>
<you> ctrl-a : at bottom type multiuser on
<you> ctrl-a : at bottom type acladd <other user>
<other user> types screen -x <your username>/ to join the session