forked from rarias/jungle
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:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user