Enable X11Forwarding in ssh service on apex
All checks were successful
CI / build:cross (pull_request) Successful in 8s
CI / build:all (pull_request) Successful in 33s
CI / build:all (push) Successful in 3s
CI / build:cross (push) Successful in 8s

Fixes: #254
Reviewed-by: Rodrigo Arias Mallo <rodrigo.arias@bsc.es>
This commit was merged in pull request #255.
This commit is contained in:
2026-03-27 11:39:21 +01:00
committed by Rodrigo Arias Mallo
parent c1322dceb6
commit 4d960f12e7

View File

@@ -69,6 +69,7 @@
# Disable SSH login with password, allow only keypair
services.openssh.settings.PasswordAuthentication = false;
services.openssh.settings.X11Forwarding = true;
networking.firewall = {
extraCommands = ''