summaryrefslogtreecommitdiff
path: root/hosts/iroha/sshd_config
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/iroha/sshd_config')
-rw-r--r--hosts/iroha/sshd_config7
1 files changed, 7 insertions, 0 deletions
diff --git a/hosts/iroha/sshd_config b/hosts/iroha/sshd_config
new file mode 100644
index 0000000..91fe201
--- /dev/null
+++ b/hosts/iroha/sshd_config
@@ -0,0 +1,7 @@
+PermitRootLogin no
+PubkeyAuthentication yes
+PasswordAuthentication no
+PermitEmptyPasswords no
+KbdInteractiveAuthentication no
+Subsystem sftp /usr/lib64/misc/sftp-server
+Include "/etc/ssh/sshd_config.d/*.conf"