From 8e4f5fcae6fc9e053bf085873b8a3ea0e84a64d5 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Thu, 11 Feb 2021 16:42:30 -0500 Subject: [PATCH] Register sftp in genesis by default --- .../genesis/initramfs/opt/confluent/bin/rungenesis | 1 + 1 file changed, 1 insertion(+) diff --git a/confluent_osdeploy/genesis/initramfs/opt/confluent/bin/rungenesis b/confluent_osdeploy/genesis/initramfs/opt/confluent/bin/rungenesis index 6f98b9b1..ebdeb1bb 100644 --- a/confluent_osdeploy/genesis/initramfs/opt/confluent/bin/rungenesis +++ b/confluent_osdeploy/genesis/initramfs/opt/confluent/bin/rungenesis @@ -30,6 +30,7 @@ echo "done" cat > /etc/ssh/sshd_config << EOF Port 22 Port 3389 +Subsystem sftp /usr/libexec/openssh/sftp-server PermitRootLogin yes AuthorizedKeysFile .ssh/authorized_keys EOF