We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b38c14 commit 655fba7Copy full SHA for 655fba7
pssh/ssh_client.py
@@ -25,6 +25,7 @@
25
import logging
26
import paramiko
27
import os
28
+import itertools
29
from socket import gaierror as sock_gaierror, error as sock_error
30
from .exceptions import UnknownHostException, AuthenticationException, \
31
ConnectionErrorException, SSHException
0 commit comments