远程连接linux系统

远程连接到linux系统
 
一.telnet
 
 
 
 
二.rlogin/rsh/klogin
 
 
 
三.ssh
 
 
 
 
四.x-terminal
术语:
X-Terminal;xdm/kdm/gdm;XDMCP;X Apps;TCP 177/UDP 177;
xfs(x font server)
XDMCP uses TCP, UDP port 177 and TCP port 6000 to 6005.
X11 Forwarding using SSH
 
how  use the combination of X Display Manager (xdm, kdm and gdm) and XDMCP (X Display Manager Control Protocol) to provide a solution for the X-Terminal and to provide a platform of efficient Remote X Apps environment.
 
[root@server1 etc]# more /etc/services |grep '^xdmcp'
xdmcp           177/ tcp                         # X Display Mgr. Control Proto
xdmcp           177/udp
 
 
 

你可能感兴趣的:(linux,ssh,telnet,远程,XDMCP)