File tree 1 file changed +15
-7
lines changed
1 file changed +15
-7
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ choose *Fullscreen*, *One large window* or *One window without titlebar*.
18
18
19
19
Here are some parameters that may be interesting to use:
20
20
21
- | Parameter | Description |
22
- | --- | --- |
23
- | ` -xkblayout jp ` | Set japanese keyboard layout. |
24
- | ` -keyhook ` | Grab special keypresses like Alt-Tab or the Menu key. |
25
- | ` -ac ` | Disable access control restrictions. A must have for WSL2. |
21
+ | Parameter | Description |
22
+ | --------------- | ------------------------------------------------------- --- |
23
+ | ` -xkblayout jp ` | Set japanese keyboard layout. |
24
+ | ` -keyhook ` | Grab special keypresses like Alt-Tab or the Menu key. |
25
+ | ` -ac ` | Disable access control restrictions. A must have for WSL2. |
26
26
27
27
## Display
28
28
@@ -34,5 +34,13 @@ Open Windows Powershell and add the `DISPLAY` variable:
34
34
35
35
## SSH
36
36
37
- Install ` dbus-x11 ` in the remote server.
38
- When using ` ssh -Y ` X11 forwarding must work.
37
+ To be able to forward X11,
38
+ install the following in the remote server:
39
+
40
+ - Debian-based distribution: ` dbus-x11 `
41
+ - Arch-based distribution: ` xorg-xauth `
42
+
43
+ Make sure to have ` X11Forwarding yes ` in ` /etc/ssh/sshd_config ` .
44
+ If making any changes, restart ` sshd ` service and re-login.
45
+
46
+ Use ` ssh -Y ` to login the server.
You can’t perform that action at this time.
0 commit comments