Wednesday, September 17, 2014

X Windows over SSH on Windows

Trong tài liệu đính kèm sẽ hướng dẫn cách remote đến một ứng dụng có giao diện trong CentOS qua SSH.
Đối với server (CentOS):
-  Khởi động chế độ remote SSH: /etc/init.d/sshd start 

-  Khởi động X server: run with level 5 để bật X server

    Thực hiện command: /sbin/init 5
    hoặc chỉnh sửa trong /etc/inittab
       mở /etc/inittab bằng vim tìm đến dòng:
      id:3:initdefault: 
      chuyển sang:
      id:5:initdefault:


- Tiếp theo mở file /etc/gdm/custom.conf tìm đến dòng
   [xdmcp] và thêm ngay bên dưới dòng sau:
   Enable=true

Như vậy, là ta đã cho phép remote X server từ xa.

Đối với client (Windows) có thể remote X11 được tới server qua SSH, làm theo hướng dẫn trong tài liệu dưới đây: http://www.ece.unm.edu/csg/email/XServer_Putty_Windows7-ECE.pdf

No comments:

Post a Comment