Difference between revisions of "Control a computer over the network"
From Linuxintro
imported>ThorstenStaerk |
imported>ThorstenStaerk |
||
Line 2: | Line 2: | ||
{| class="wikitable sortable" border=1 | {| class="wikitable sortable" border=1 | ||
− | ! [[program]] !! mean !! CLI only access possible | + | ! [[program]] !! mean !! browser enabled !! CLI only access possible |
|- | |- | ||
− | | [[ssh]] (successor of telnet and rsh) || issue commands to a remote computer || yes | + | | [[ssh]] (successor of telnet and rsh) || issue commands to a remote computer || no || 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 | + | | [[shell in a box]], [[ajaxterm]] || issue commands to a remote computer via a browser, also over the borders of a typical corporate network || yes || no |
|- | |- | ||
− | | [[xdmcp]], [[vnc]] || get a graphical login to a desktop || no | + | | [[xdmcp]], [[vnc]] || get a graphical login to a desktop || no || no |
|- | |- | ||
− | | [[x11vnc]] || take over a graphical session that has been started out of vnc || no | + | | [[x11vnc]] || take over a graphical session that has been started out of vnc || no || no |
|- | |- | ||
− | | [[nx]] || get a low-latency graphical login to a desktop || no | + | | [[nx]] || get a low-latency graphical login to a desktop || no || no |
|- | |- | ||
− | | [[webex]] || take over a graphical session using a browser || no | + | | [[webex]] || take over a graphical session using a browser || yes || no |
|} | |} | ||
Testing: [[guacamole]] | Testing: [[guacamole]] |
Revision as of 12:14, 26 June 2011
There are so many means how you can take control over a Linux computer:
program | mean | browser enabled | CLI only access possible |
---|---|---|---|
ssh (successor of telnet and rsh) | issue commands to a remote computer | no | yes |
shell in a box, ajaxterm | issue commands to a remote computer via a browser, also over the borders of a typical corporate network | yes | no |
xdmcp, vnc | get a graphical login to a desktop | no | no |
x11vnc | take over a graphical session that has been started out of vnc | no | no |
nx | get a low-latency graphical login to a desktop | no | no |
webex | take over a graphical session using a browser | yes | no |
Testing: guacamole