Base, rupert: Enable X11 forwarding on SSH
This commit is contained in:
parent
2fda9075b0
commit
8b424cff0a
2 changed files with 3 additions and 1 deletions
|
@ -9,6 +9,7 @@
|
|||
settings = {
|
||||
PasswordAuthentication = false;
|
||||
KbdInteractiveAuthentication = false;
|
||||
X11Forwarding = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -103,8 +103,9 @@ in
|
|||
services.openssh = {
|
||||
enable = true;
|
||||
settings = {
|
||||
# ForwardX11 = true;
|
||||
PasswordAuthentication = false;
|
||||
KbdInteractiveAuthentication = false;
|
||||
X11Forwarding = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue