Blame SOURCES/pexpect-ssh.patch

10e601
diff -urN a/pexpect-2.3/pxssh.py b/pexpect-2.3/pxssh.py
10e601
--- a/pexpect-2.3/pxssh.py	2013-07-09 13:12:07.458885414 +0200
10e601
+++ b/pexpect-2.3/pxssh.py	2013-07-09 13:14:54.865687037 +0200
10e601
@@ -131,6 +131,7 @@
10e601
         # connecting to a heavily loaded machine I have.
10e601
         # If latency is worse than these values then this will fail.
10e601
 
10e601
+        self.sendline()
10e601
         self.read_nonblocking(size=10000,timeout=1) # GAS: Clear out the cache before getting the prompt
10e601
         time.sleep(0.1)
10e601
         self.sendline()