Skip to content
Snippets Groups Projects
Commit 7d4cc9ed authored by Markus Gothe's avatar Markus Gothe :ok_hand:
Browse files

openssh: Make sure SFTP is working.

If sftp-server is installed, use it.
parent 7f1a221a
No related branches found
No related tags found
1 merge request!112openssh: Make sure SFTP is working.
......@@ -285,6 +285,8 @@ set_params()
set_password_auth "${PasswordAuth}"
set_root_login "${RootLogin}" "${RootPasswordAuth}"
append_config "Subsystem" "sftp /usr/lib/sftp-server"
# finalize
mkdir -p "$(dirname "${ConfigFile}")"
mv "${TEMPCONF}" "${ConfigFile}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment