removed password auth from desktop

This commit is contained in:
Bryan Ramos 2026-03-08 15:03:57 -04:00
parent bae44e132e
commit 2be7ed502c
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8

View file

@ -116,7 +116,7 @@
startWhenNeeded = false;
settings = {
X11Forwarding = false;
PasswordAuthentication = true;
PasswordAuthentication = false;
};
};
};