1

Crosh is blocked on my chromebook and I can't find a different terminal. I tried google for the answer and went down a bunch of rabbit holes, and basically everything told me to use crosh, which is blocked. Is there a different terminal that works on chromebook?

Jarom
  • 13
  • 5
  • There doesn't seem to be an awesome place to ask questions about chromebook for stackexchange, maybe re-ask it on superuser? https://meta.stackexchange.com/questions/176392/where-do-questions-about-customizing-chrome-os-into-a-development-machine-belong – rogerdpack Jan 25 '22 at 16:44
  • If you just want to use terminal to ssh to some other server, maybe a chrome app instead? ex: https://chrome.google.com/webstore/detail/secure-shell-app/pnhechapfaindjhompbnflcldabbghjo?hl=en and mosh has a webapp as well. GL! – rogerdpack Feb 03 '22 at 18:01

2 Answers2

0

I am afraid that Crosh is the only terminal available, so if your Chromebook is managed by an organization and they blocked it, there is no workaround or any additional terminal that can be used.

Fernando Lara
  • 2,263
  • 2
  • 4
  • 14
0

If you go to Setting -> Advanced -> Developers -> Linux development environment and enable linux that will install linux shell on your chromebook and you will get access to linux terminal

Klak031
  • 97
  • 1
  • 1
  • 13