after remote connecting to another system in linux how to open applications in it?
Wednesday, November 17th, 2010 at
00:12
after remote connectiing to another system in linux how to open applications in that system
Tagged with: Linux
Filed under: Linux Applications
Like this post? Subscribe to my RSS feed and get loads more!
i heard you can use ssh. but i don’t know enough to explain further.
You connect to another system using rlogin or ssh. I normally use ssh for a number of reasons so I’ll tell you what to do then:
You connect by typing "ssh "<connection name>. The connection name can be something you know the other computer as. On the net it might be cyberspace.org. In a household or other local network it might be 192.168.1.14. If that is what the router assigned it. Unless you specify an account name, it will take the name of the account accessing it as the default and demand a password. Enter it and you will be given a shell from which you can run cli (Command Line Interface) programs on the other machine. To run X programs use the option -X which will enable you to access it. For more information open a terminal and type "man ssh".