Skip to content

Commit

Permalink
docs(server-access): add root_path option
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielcorado committed Feb 19, 2024
1 parent 28f8772 commit 223e7ed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/pages/includes/config-reference/ssh-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ ssh_service:
# /cgroup2.
cgroup_path: /cgroup2

# Optional: Controls the path inside cgroupv2 hierarchy where Teleport
# cgroups will be placed. Default value: /teleport
root_path: /teleport

# Configures PAM integration. See our PAM guide for more details
# (https://goteleport.com/docs/features/ssh-pam/).
pam:
Expand Down
4 changes: 4 additions & 0 deletions docs/pages/server-access/guides/bpf-session-recording.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,10 @@ ssh_service:
# Optional: Controls where cgroupv2 hierarchy is mounted. Default value:
# /cgroup2.
cgroup_path: /cgroup2

# Optional: Controls the path inside cgroupv2 hierarchy where Teleport
# cgroups will be placed. Default value: /teleport
root_path: /teleport
```
### Start Teleport on your Node
Expand Down

0 comments on commit 223e7ed

Please sign in to comment.