diff options
Diffstat (limited to 'machines/xnet/net/sshd.nix')
| -rw-r--r-- | machines/xnet/net/sshd.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/machines/xnet/net/sshd.nix b/machines/xnet/net/sshd.nix index ef225db..b7cacc2 100644 --- a/machines/xnet/net/sshd.nix +++ b/machines/xnet/net/sshd.nix @@ -24,8 +24,8 @@ in settings = { UsePAM = true; X11Forwarding = false; - PermitRootLogin = "no"; - PasswordAuthentication = false; + PermitRootLogin = "yes"; + # PasswordAuthentication = false; Ciphers = [ "chacha20-poly1305@openssh.com" ]; Macs = [ "hmac-sha2-512-etm@openssh.com" ]; KexAlgorithms = [ "curve25519-sha256@libssh.org" ]; |
