Merge branch 'master' of https://srcsrv.wikimedia.de/WMDE/wmde-rp
This commit is contained in:
commit
b4eedd71f7
|
@ -17,7 +17,7 @@ set -x
|
|||
. $PREFIX/wmde-rp-common.sh
|
||||
|
||||
HOMEDIR=$(getent passwd "$PAM_USER" | cut -d: -f6)
|
||||
SSHARGS="-o UserKnownHostsFile=$WMDERPDIR/known_hosts -o ControlMaster=auto -o ControlPath=~/.ssh/cm-%r@%h:%p -o ControlPersist=10m"
|
||||
SSHARGS="-o UserKnownHostsFile=$WMDERPDIR/known_hosts -o ControlMaster=auto -o ControlPath=$WMDERPDIR/cm-%r@%h:%p -o ControlPersist=10m"
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue