Commit fe29acc7 authored by Nicolas Wavrant's avatar Nicolas Wavrant

pbs: updates recipe to fit with openssh

parent c9fc6c47
......@@ -260,7 +260,7 @@ class Recipe(GenericSlapRecipe, Notify, Callback):
# XXX use -y because the host might not yet be in the
# trusted hosts file until the next time slapgrid is run.
remote_schema = '{ssh} -y -K 300 -p %s {username}@{hostname}'.format(
remote_schema = '{ssh} -y -o "ConnectTimeout 300" -p %s {username}@{hostname}'.format(
ssh=self.options['sshclient-binary'],
username=parsed_url.username,
hostname=parsed_url.hostname
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment