Results 1 to 3 of 3

Thread: ssh -X to Headless Server

  1. #1
    Join Date
    May 2006
    Beans
    76

    ssh -X to Headless Server

    I want to ssh -X to a headless server and run graphic programs such as gnome-terminal, synaptic, etc. What packages do I need to install on the server (besides gnome-terminal, synaptic, etc.)?

  2. #2
    Join Date
    Jun 2006
    Location
    Brisbane Australia
    Beans
    713

    Re: ssh -X to Headless Server

    Just install the app[s] you want and they will pull in all the dependencies. Why would you want to run gnome-terminal on the server? If you want multiple sessions in your ssh window then you can use screen or tmux. Tmux (which I use) can split horizontally and/or vertically in multiple panes. I use aptitude for managing packages on a server instead of synaptic.

  3. #3
    Join Date
    Sep 2006
    Beans
    8,627
    Distro
    Ubuntu 14.04 Trusty Tahr

    tmux

    +1 for tmux

    It's a lot simpler than screen, but still does what's needed to work on a remote system with a lot of flexibility. It's very much worth looking at.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •