diff options
| author | Elizabeth Alexander Hunt <me@liz.coffee> | 2026-07-11 14:07:34 -0700 |
|---|---|---|
| committer | Elizabeth Alexander Hunt <me@liz.coffee> | 2026-07-11 14:17:51 -0700 |
| commit | c04f1587bcf40d1cabf3e61f9a8cd6321273358d (patch) | |
| tree | a8d28e1488f462175f3aa6a1ed342ec8ad95e297 /sshd_config | |
| parent | 075888f53f0513fc05f10bc2f1cc177878b74e69 (diff) | |
| download | keys-c04f1587bcf40d1cabf3e61f9a8cd6321273358d.tar.gz keys-c04f1587bcf40d1cabf3e61f9a8cd6321273358d.zip | |
Fixes
Diffstat (limited to 'sshd_config')
| -rw-r--r-- | sshd_config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sshd_config b/sshd_config index 4007640..1fefa15 100644 --- a/sshd_config +++ b/sshd_config @@ -43,7 +43,7 @@ MaxAuthTries 3 # disallow connecting using empty passwords PermitEmptyPasswords no -PermitRootLogin no +PermitRootLogin yes # Unfortunate, but this is how coolify works PubkeyAuthentication yes ########## Cryptography ########## |
