4

I'm using Secure Shell on chrome which is great. Now the only problem is that I cannot use xterm. Is there a way to install X11? Thanks!

diodeBucks
  • 51
  • 1
  • 4
  • Possibly relevant: http://superuser.com/questions/708811/can-i-use-a-chromebook-as-a-ssh-workstation – Burgi Feb 18 '16 at 13:03

5 Answers5

6

For traditional Chromebooks, the nassh secure shell extension supports ports forwarding (tunneling) but not support X11 forwarding. Instead, if you can install software in the remote computer, you may try a VNC client or the Google Remote Desktop.

Using Android Apps

Recently. some Chromebooks can run Android apps. If you have one of these manchines, you may try one of the X-windows apps for android.

Using Crouton

Some developers use their Chromebook in "developer mode" and install crouton Ubuntu. The Crouton defines a chroot-based Linux environment that may run X-windows.

Jaime
  • 2,169
  • 21
  • 20
5

Yes.

Enable Linux beta mode. The preinstalled linux terminal on chromeos is embeded with xclient. Make sure the machine that you ssh into has x11 forwarding enabled.

Simple test:

ssh -X username@your.server.ip
xeyes
fnjn
  • 151
  • 1
  • 1
1

So far, there is only secure shell app that allows ssh. But xterm is not available yet.

diodeBucks
  • 51
  • 1
  • 4
1

xpra-html5 can let you create multiple x sessions on the target server and show their output in your browser's tabs. it's much more than cool! the performance is good and the developer is very supportive.

alex
  • 111
  • 2
0

The Chromebrew package manager has an xterm package available.

Using Sommelier quite a few graphical applications are available to use on Chromebooks if you don't like Crostini/termina (the official Linux container support available on some devices).

cstrouse
  • 101
  • 2