forked from M-Labs/it-infra
disable X11 forwarding (replaced with waypipe)
This commit is contained in:
parent
c4918ac478
commit
77ba57e8fa
|
@ -304,6 +304,7 @@ in
|
|||
nvme-cli
|
||||
borgbackup
|
||||
bind
|
||||
waypipe
|
||||
(callPackage ./afws { inherit pkgs; })
|
||||
(callPackage ./labelprinter { inherit pkgs; })
|
||||
];
|
||||
|
@ -325,7 +326,6 @@ in
|
|||
|
||||
# Enable the OpenSSH daemon.
|
||||
services.openssh.enable = true;
|
||||
services.openssh.forwardX11 = true;
|
||||
services.openssh.passwordAuthentication = false;
|
||||
services.openssh.gatewayPorts = "clientspecified";
|
||||
programs.mosh.enable = true;
|
||||
|
|
|
@ -82,7 +82,6 @@ in
|
|||
};
|
||||
|
||||
services.openssh.enable = true;
|
||||
services.openssh.forwardX11 = true;
|
||||
services.openssh.passwordAuthentication = false;
|
||||
services.openssh.extraConfig =
|
||||
''
|
||||
|
|
Loading…
Reference in New Issue