Blame SOURCES/pexpect-ssh.patch

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