Is there a way to use xterm on chromebook?

8,272

Solution 1

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.

Solution 2

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 [email protected]
xeyes
Share:
8,272

Related videos on Youtube

diodeBucks
Author by

diodeBucks

Updated on September 18, 2022

Comments

  • diodeBucks
    diodeBucks over 1 year

    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!

  • mchid
    mchid over 4 years
    This is more relevant to now on newer Chromebooks.