Skip to content

Instantly share code, notes, and snippets.

@ra
Created November 25, 2011 22:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ra/1394521 to your computer and use it in GitHub Desktop.
Save ra/1394521 to your computer and use it in GitHub Desktop.
crosh commands, limited shell on Acer Chromebook
crosh> help
enterprise_ca_approve [--allow-self-signed] <url>
Approve an enterprise certificate authority. The <url> option should be
an http or https url to your enterprise Certificate Authority in PEM
format. This CA will be used to validate the signature of an enterprise
policy extension.
If the --allow-self-signed option is provided, then you may provide a self
signed CA. Use this only if you are certain of the source of the CA.
enterprise_ca_disapprove
Remove a previously approved enterprise certificate authority.
exit
Exit crosh.
help
Display this help.
help_advanced
Display the help for more advanced commands, mainly used for debugging.
ping [-c count] [-i interval] [-n] [-s packetsize] [-W waittime] <destination>
Send ICMP ECHO_REQUEST packets to a network host. If <destination> is "gw"
then the next hop gateway for the default route is used.
ssh [optional args...]
Starts the ssh subsystem if invoked without any arguments.
"ssh <user> <host>", "ssh <user> <host> <port>", "ssh <user>@<host>",
or "ssh <user>@<host> <port>" connect without entering the subsystem.
ssh_forget_host
Remove a host from the list of known ssh hosts. This command displays
a menu of known hosts and prompts for the host to forget.
top
Run top.
crosh>
crosh>
Google Chrome 16.0.912.44
Platform 1193.65.0 (Official Build) beta-channel x86-zgb_he
@thijsplay1
Copy link

g

@thijsplay1
Copy link

gg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment