2019/08/28

How to open Google Chrome while remote login by SSH session on Windows 10

1.Download Xming X Server for Windows and install
2.Download putty.exe
3.Open XLaunch
4.Set display settings and click Next


5.Select Start no client and click Next

6.Specify parameter settings and click Next

7.Click Finish to start Xming

8.Open putty.exe and Enable X11 forwarding

9.Use SSH to connect Linux server
10.Enter username and password to login
11.Type yum install  xorg-x11-server-Xorg xorg-x11-xauth xorg-x11-apps -y to install X11 packages
12.Type yum -y groupinstall fonts to install all of system fonts
13.Type sudo vi /etc/ssh/sshd_config to open it
14.Enable "X11Forwarding yes"
15.Type systemctl restart sshd to restart SSH service
16.Type xclock to test
17.Type xeyes to test
18.Type sudo wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm to download package
19.Type sudo yum install ./google-chrome-stable_current_*.rpm to install
20.Type google-chrome –version to check verison info
21.Type google-chrome to open it with X-Window

沒有留言:

張貼留言