Skip to content
faros Docs
Sections
Open console

Enter a topic to search documentation.

    faros ssh

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

    Synopsis

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

    Examples:

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

    Terminal
    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 — faros: an open-source control plane for platform teams