blob: b8aea42bbcfc1944f4a3c06576a22ab13bf734ba [file] [log] [blame] [view]
# fx shell
start a remote interactive shell in the target device
```none
usage: fx shell [-h|--help] [--check | [<ssh flags>] <command>]
Creates an SSH connection with a device and executes a command.
Arguments:
-h|--help Print out this message.
--check Diagnose SSH keys and show relevant information about SSH keys
and the target device and exit.
<ssh flags> Flags and command are passed to SSH as is. Consult SSH help
for a list of available flags.
```
[shell source code](https://cs.opensource.google/fuchsia/fuchsia/+/main:tools/devshell/shell)