Merge pull request #2 from pstoops/patch-1

Update manage_ssh.conf
This commit is contained in:
Patrick Van der Veken 2024-03-16 12:09:11 +01:00 committed by GitHub
commit 520db1e36d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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