# faros ssh

Open an SSH session to a Linux server edge via the hub

Source: https://faros.sh/docs/reference/cli/commands/ssh/

<!-- Generated by scripts/sync-cli-docs.py from faroshq/faros docs/cli. Do not edit by hand; run `make sync-cli-docs`. -->

## Synopsis

Open an interactive SSH session (or run a single command) on an Edge
that is connected to the hub.

Examples:
```bash
# Interactive session
faros ssh my-server

# Run a single command (non-interactive)
faros ssh my-server -- echo hello
```


```bash
faros ssh <name> [-- command [args...]] [flags]
```

## Options

```text
  -h, --help   help for ssh
```

## Inherited options

```text
      --insecure-skip-tls-verify   Skip TLS certificate verification when talking to the hub
      --kubeconfig string          Path to the kubeconfig file (default: $KUBECONFIG, then ~/.kube/config)
```

## See also

- [faros](https://faros.sh/docs/reference/cli/commands/) — faros: an open-source control plane for platform teams
