From fc666f4a4f25f3b47630d5ebda3a7068e6db1ca4 Mon Sep 17 00:00:00 2001 From: patvdv Date: Thu, 27 Aug 2015 17:19:16 +0200 Subject: [PATCH] Fixed options --- manage_sudo.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manage_sudo.conf b/manage_sudo.conf index 56e9c27..cdbd32b 100644 --- a/manage_sudo.conf +++ b/manage_sudo.conf @@ -16,8 +16,8 @@ SUDO_TRANSFER_USER="" # name of the OS group that should own the SUDO controls files SUDO_OWNER_GROUP="sudoadmin" -# whether a 'chmod' needs to be executed after each sftp transfer [0=Yes; 1=No] -DO_SFTP_CHMOD=0 +# whether a 'chmod' needs to be executed after each sftp transfer [0=No; 1=Yes] +DO_SFTP_CHMOD=1 # extra arguments/options for the SFTP command SFTP_ARGS="-o StrictHostKeyChecking=no -o ConnectTimeout=10 -b - "