mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
19 lines
514 B
Plaintext
19 lines
514 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# cockpit-desktop
|
|
|
|
> Securely access Cockpit pages in a running session.
|
|
> It starts `cockpit-ws` and a web browser in an isolated network space and a `cockpit-bridge` in a running user session.
|
|
> More information: <https://cockpit-project.org/guide/latest/cockpit-desktop.1.html>.
|
|
|
|
- Open a page:
|
|
|
|
`cockpit-desktop {{url}} {{SSH_host}}`
|
|
|
|
- Open storage page:
|
|
|
|
`cockpit-desktop {{/cockpit/@localhost/storage/index.html}}`
|