From e32a215b684c64e051ba9aa0c679bee15e48e58f Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 15 Dec 2013 10:45:35 +0100 Subject: [PATCH] Use -t -t for sshing in static-update-component --- modules/roles/files/static-mirroring/static-update-component | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/roles/files/static-mirroring/static-update-component b/modules/roles/files/static-mirroring/static-update-component index 27b9318e1..f8ca81ee0 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: -- 2.20.1