ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Remote Desktop Configuration of Linux Mint over SSH

    Scheduled Pinned Locked Moved IT Discussion
    linuxsshlinux mint
    1 Posts 1 Posters 674 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • scottalanmillerS
      scottalanmiller
      last edited by

      To get remote access to the graphical tools of Linux Mint, simply connect via SSH with the X and c flags (to tunnel X protocol and add compression.) Once you do this (presumably from another UNIX system) you can simply run commands from the new session to large a local view of remote graphical applications. This can make many tasks much easier.

      ssh -XC mylogin@remoteserver
      

      For example, should you want to make changes to the remote Linux Mint desktop you can do so via graphical tools. To use the standard System Settings dialogue, just run this command:

      gnome-control-center &
      

      Originally posted in 2012 on my Linux blog here: http://web.archive.org/web/20140822224153/http://www.scottalanmiller.com/linux/2012/11/24/remote-desktop-configuration-of-linux-mint-over-ssh/

      1 Reply Last reply Reply Quote 4
      • 1 / 1
      • First post
        Last post