Linux: remote connection

  • Linux connect windows:
    % connect with full screen
    rdesktop -f Windows_IP
    % connect with percentaged screen
    rdesktop -g90% Windows_IP

  • Linux connect Linux:
    ssh -Y user@Linux_IP

  • nomachine connection
    Linux to Linux, you must open the nomachine server on the linux desktop you wish to remotely connect

原文地址:https://www.cnblogs.com/docnan/p/7158648.html