Apply --option to connection from master-proxy as well (#633)

This commit is contained in:
Harpreet Singh Gulati
2016-05-25 12:43:21 -07:00
committed by tamarrow
parent ea619b359a
commit 1782d19ce1

View File

@@ -205,7 +205,7 @@ def _ssh(leader, slave, option, config_file, user, master_proxy):
"'PUBLIC_IPV4' at {}").format(
dcos_client.get_dcos_url('metadata')))
cmd = "ssh -A -t {0}{1}@{2} ssh -A -t {1}@{3}".format(
cmd = "ssh -A -t {0}{1}@{2} ssh -A -t {0}{1}@{3}".format(
ssh_options,
user,
master_public_ip,