Difference between revisions of "Control a computer over the network"

From Linuxintro
imported>ThorstenStaerk
imported>ThorstenStaerk
Line 1: Line 1:
 
There are so many means how you can take control over a Linux computer:
 
There are so many means how you can take control over a Linux computer:
* [[ssh]] is the successor of telnet and rsh
+
 
* ssh with X11
+
{| class="wikitable sortable" border=1
* [[xdmcp]], [[vnc]], [[x11vnc]]
+
! mean !! CLI only access possible
* [[nx]]
+
|-
* [[webex]]
+
| ssh as the successor of telnet and rsh || yes
 +
|-
 +
| [[xdmcp]], [[vnc]], [[x11vnc]]   || no
 +
|-
 +
| [[nx]] || no
 +
|-
 +
| [[webex]] || no
 +
|}

Revision as of 08:35, 12 January 2011

There are so many means how you can take control over a Linux computer:

mean CLI only access possible
ssh as the successor of telnet and rsh yes
xdmcp, vnc, x11vnc no
nx no
webex no