Enable X11Forwarding in ssh service on apex

Fixes: rarias/jungle#254
Reviewed-by: Rodrigo Arias Mallo <rodrigo.arias@bsc.es>
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 = ''