ssh x11 forwarding

This commit is contained in:
2024-04-27 18:55:11 +02:00
parent 19081f719d
commit e4d3cba5a3

View File

@@ -64,6 +64,7 @@
PermitRootLogin = "no"; PermitRootLogin = "no";
# Use keys only. Remove if you want to SSH using password (not recommended) # Use keys only. Remove if you want to SSH using password (not recommended)
PasswordAuthentication = true; PasswordAuthentication = true;
X11Forwarding = true;
}; };
}; };