From: Peter Palfrader Date: Sun, 15 Dec 2013 09:45:35 +0000 (+0100) Subject: Use -t -t for sshing in static-update-component X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e32a215b684c64e051ba9aa0c679bee15e48e58f;p=dsa-puppet.git Use -t -t for sshing in static-update-component --- diff --git a/modules/roles/files/static-mirroring/static-update-component b/modules/roles/files/static-mirroring/static-update-component index 27b9318e..f8ca81ee 100755 --- a/modules/roles/files/static-mirroring/static-update-component +++ b/modules/roles/files/static-mirroring/static-update-component @@ -75,7 +75,7 @@ fi if [ "`id -nu`" != "staticsync" ]; then sudo -u staticsync static-update-component "$@" else - ssh -o AddressFamily=inet -t -o ServerAliveInterval=300 -o PreferredAuthentications=publickey "$masterhost" static-master-update-component "$component" + ssh -o AddressFamily=inet -t -t -o ServerAliveInterval=300 -o PreferredAuthentications=publickey "$masterhost" static-master-update-component "$component" fi # vim:set et: