commit
520db1e36d
@ -20,10 +20,10 @@ SSH_OWNER_GROUP="sshadmin"
|
|||||||
DO_SFTP_CHMOD=1
|
DO_SFTP_CHMOD=1
|
||||||
|
|
||||||
# extra arguments/options for the SFTP command
|
# extra arguments/options for the SFTP command
|
||||||
SFTP_ARGS="-o StrictHostKeyChecking=no -o ConnectTimeout=10 -b - "
|
SFTP_ARGS="-o StrictHostKeyChecking=no -o ConnectTimeout=10 -o BatchMode=yes -b - "
|
||||||
|
|
||||||
# extra arguments/options for the SSH command
|
# extra arguments/options for the SSH command
|
||||||
SSH_ARGS="-o StrictHostKeyChecking=no -o ConnectTimeout=10 -n"
|
SSH_ARGS="-o StrictHostKeyChecking=no -o ConnectTimeout=10 -o BatchMode=yes -n"
|
||||||
|
|
||||||
# location of the local SSH controls directory
|
# location of the local SSH controls directory
|
||||||
LOCAL_DIR="/etc/ssh_master"
|
LOCAL_DIR="/etc/ssh_master"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user