Chủ Nhật, 20 tháng 9, 2020

Những Tính Năng Điều Khiển Từ Windows Tới CentOS7 (SSH, XRDP) - How To Config To Remote From Windows To CentOS7 (SSH, XRDP)


Chúng ta sẽ tìm hiểu một số phương thức điều khiển từ xa tới CentOS

1. SSH

Sử dụng những lệnh sau đây để enable tính năng SSH để truy cập đến CentOS từ xa:

su
sudo yum install -y openssh-server;
sudo systemctl start sshd.service
sudo systemctl enable sshd
Thực hiện các bước lệnh:
nhung-tinh-nang-dieu-khien-tu-windows-toi-centos7-ssh-xrdp--how-to-config-to-remote-from-windows-to-centos7-ssh-xrdp
Bật tính năng SSH để điều khiển từ xa đến CentOS

Xem địa chỉ IP Address bằng lệnh: ifconfig
nhung-tinh-nang-dieu-khien-tu-windows-toi-centos7-ssh-xrdp--how-to-config-to-remote-from-windows-to-centos7-ssh-xrdp
Lệnh ifconfig để xem địa chỉ IP của card mạng trong CentOS
Dùng phần mềm remote tới máy CentOS, bạn có thể dùng bất cứ phần mềm nào có chức năng tương tự, ở đây chúng tôi dùng SecureCRT 8.5 ( bạn có thể tham khảo cách cài đặt SecureCRT 8.5 Full >>> tại đây <<<)
nhung-tinh-nang-dieu-khien-tu-windows-toi-centos7-ssh-xrdp--how-to-config-to-remote-from-windows-to-centos7-ssh-xrdp
Từ Windows dùng phần mềm điều khiển (SecureCRT 8.5) kết nối SSH tới CentOS

Kết quả đạt được sau khi đã kết nối thành công tới CentOS thông qua SSH
nhung-tinh-nang-dieu-khien-tu-windows-toi-centos7-ssh-xrdp--how-to-config-to-remote-from-windows-to-centos7-ssh-xrdp
Ảnh sau khi đã kết nối thành công tới CentOS bằng SSH

2. XRDP

Sử dụng những lệnh sau đây để enable tính năng XRDP Remote desktop từ Windows đến CentOS:

su
rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-1.el7.nux.noarch.rpm

yum -y install xrdp tigervnc-server
systemctl start xrdp.service
systemctl enable xrdp.service
Thực hiện các lệnh trên:
nhung-tinh-nang-dieu-khien-tu-windows-toi-centos7-ssh-xrdp--how-to-config-to-remote-from-windows-to-centos7-ssh-xrdp
nhung-tinh-nang-dieu-khien-tu-windows-toi-centos7-ssh-xrdp--how-to-config-to-remote-from-windows-to-centos7-ssh-xrdp
Cài đặt XRDP dùng remote từ Windows tới CentOS

Ta phải tắt hoặc cho phép sử dụng XRDP bới firewall trên CentOS:
firewall-cmd --permanent --zone=public --add-port=3389/tcp
firewall-cmd --reload

nhung-tinh-nang-dieu-khien-tu-windows-toi-centos7-ssh-xrdp--how-to-config-to-remote-from-windows-to-centos7-ssh-xrdp
Cấu hình trên firewall của CentOS để có thể sử dụng được XRDP

Sau khi cài đặt hoàn thành ta có thể dùng lệnh sau để kiểm tra trạng thái:
netstat -antup | grep xrdp
nhung-tinh-nang-dieu-khien-tu-windows-toi-centos7-ssh-xrdp--how-to-config-to-remote-from-windows-to-centos7-ssh-xrdp
ảnh thể hiện tcp:3389 đã được chuyển trạng thái sang LISTEN

Kết nối với CentOS thông qua Remote Desktop Connection
nhung-tinh-nang-dieu-khien-tu-windows-toi-centos7-ssh-xrdp--how-to-config-to-remote-from-windows-to-centos7-ssh-xrdp
Dùng Remote Desktop Connect để kết nối tới CentOS




==================================================================================

Nguyen Hoang Sang

Author & Editor

Công Nghệ Thông Tin - Bonsai Tiểu Cảnh

 
background image