Skip to content

Commit 61da8ea

Browse files
authored
chore: fix PermitUserEnvironment (#372)
1 parent 9a05b30 commit 61da8ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/workspace-management/ssh-access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ experience, add the following to your `/etc/ssh/sshd_config` file inside your
5454
image:
5555

5656
```text
57-
PermitUserWorkspace yes
57+
PermitUserEnvironment yes
5858
X11Forwarding yes
5959
X11UseLocalhost no
6060
```

0 commit comments

Comments
 (0)