Skip to content

Commit b36f468

Browse files
committed
fake commit to re-trigger travis
1 parent bdccc58 commit b36f468

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pssh/ssh_client.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,9 @@ class SSHClient(object):
4141
def __init__(self, host,
4242
user=None, password=None, port=None,
4343
pkey=None, forward_ssh_agent=True,
44-
num_retries=DEFAULT_RETRIES, agent=None, allow_agent=True,
45-
timeout=10, proxy_host=None, proxy_port=22, channel_timeout=None):
44+
num_retries=DEFAULT_RETRIES, agent=None,
45+
allow_agent=True, timeout=10, proxy_host=None,
46+
proxy_port=22, channel_timeout=None):
4647
"""Connect to host honouring any user set configuration in ~/.ssh/config \
4748
or /etc/ssh/ssh_config
4849

0 commit comments

Comments
 (0)