Skip to content
Snippets Groups Projects
Commit eaad0be6 authored by Florian Sesser's avatar Florian Sesser
Browse files

Turn on SFTP - scp defaults to using it now.

parent fc60d79b
No related branches found
No related tags found
2 merge requests!387Upgrade to NixOS 22.11,!384update production
Pipeline #4394 failed
...@@ -25,9 +25,6 @@ ...@@ -25,9 +25,6 @@
services.openssh = { services.openssh = {
enable = true; enable = true;
# We don't use SFTP for anything. No reason to expose it.
allowSFTP = false;
# We only allow key-based authentication. # We only allow key-based authentication.
kbdInteractiveAuthentication = false; kbdInteractiveAuthentication = false;
passwordAuthentication = false; passwordAuthentication = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment