
cockpit-ws
List of commands for cockpit-ws:
-
cockpit-ws:tldr:437bf cockpit-ws: Start and bind to a specific IP address (defaults to `0.0.0.0`).$ cockpit-ws --address ${ip_address}try on your machineexplain this command
-
cockpit-ws:tldr:64888 cockpit-ws: Start with authentication via SSH at `127.0.0.1` with port `22` enabled.$ cockpit-ws --local-sshtry on your machineexplain this command
-
cockpit-ws:tldr:aa2fd cockpit-ws: Start without TLS.$ cockpit-ws --no-tlstry on your machineexplain this command
-
cockpit-ws:tldr:cce8e cockpit-ws: Start an HTTP server on a specific port.$ cockpit-ws --port ${port}try on your machineexplain this command
-
cockpit-ws:tldr:dba89 cockpit-ws: Display help.$ cockpit-ws --helptry on your machineexplain this command