• Linux client
    • ssh -X user@userIP
  • Windows 10 client (see reference)
    • use putty + Xming
      • Xming
        • download Xming here
        • open XLaunch → Display number: 11 and press next-step until finishing setup
      • putty
        • downlad putty here
        • Session: IP address setup (server IP / remote IP)
        • SSH → X11 → Eanble X11 forwarding (v)
        • SSH → X11 → X display location: localhost:11.0
    • use xrdp (see reference)
      • type the following commands in Linux OS
        sudo apt-get install xfce4
        sudo apt-get install xrdp
        echo xfce4-session > ~/.xsession    
        sudo nano /etc/xrdp/startwm.sh
        
      • add following two commands before . /etc/X11/Xsession
        tartxfce4
        test -x /etc/X11/Xsession
        
      • and then
        sudo service xrdp restart
        netstat -na | grep 3389
        
      • open 遠端桌面連線 in Windows OS
        • type username and password