2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 09:32:21 +00:00

Register sftp in genesis by default

This commit is contained in:
Jarrod Johnson 2021-02-11 16:42:30 -05:00
parent c4d3cb409d
commit 8e4f5fcae6

View File

@ -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