summaryrefslogtreecommitdiff
path: root/os/core/ssh.nix
diff options
context:
space:
mode:
Diffstat (limited to 'os/core/ssh.nix')
-rw-r--r--os/core/ssh.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/os/core/ssh.nix b/os/core/ssh.nix
index b2cf411..43ea660 100644
--- a/os/core/ssh.nix
+++ b/os/core/ssh.nix
@@ -12,8 +12,6 @@ in
services.openssh = {
enable = true;
- PasswordAuthentication = false;
- KbdInteractiveAuthentication = false;
};
programs.gnupg.agent = {