Control a computer over the network
From Linuxintro
Revision as of 12:12, 26 June 2011 by imported>ThorstenStaerk
There are so many means how you can take control over a Linux computer:
program | mean | CLI only access possible |
---|---|---|
ssh (successor of telnet and rsh) | issue commands to a remote computer | yes |
shell in a box, ajaxterm | issue commands to a remote computer via a browser, also over the borders of a typical corporate network | no |
xdmcp, vnc | get a graphical login to a desktop | no |
x11vnc | take over a graphical session that has been started out of vnc | no |
nx | get a low-latency graphical login to a desktop | no |
webex | take over a graphical session using a browser | no |
Testing: guacamole