First page Back Continue Last page Overview

 

Xorg Clients

 
  • All graphical applications are X clients

    • Can connect to remote X severs via tcp/ip
    • Data is not encrypted but can be tunneled securely over an ssh connection [user@hostA]$ ssh -X hostB [user@hostB]$ xterm &
      • xterm will display on hostA's X server
      • Transmitted data will be encrypted through the ssh connection