Project

General

Profile

action #94027

Updated by okurz almost 3 years ago

## Observation 

 ``` 
 critical: connecting to paris.qam.suse.cz failed: [Errno None] Unable to connect to port 22 on 10.100.192.47 
 warning: failed to add host paris.qam.suse.cz to target list 
 info: connecting to s390vsl020.suse.de 
 Exception: Error reading SSH protocol banner[Errno 104] Connection reset by peer 
 Traceback (most recent call last): 
   File "/usr/lib/python3.8/site-packages/paramiko/transport.py", line 2211, in _check_banner 
     buf = self.packetizer.readline(timeout) 
   File "/usr/lib/python3.8/site-packages/paramiko/packet.py", line 380, in readline 
     buf += self._read_timeout(timeout) 
   File "/usr/lib/python3.8/site-packages/paramiko/packet.py", line 607, in _read_timeout 
     x = self.__socket.recv(128) 
 ConnectionResetError: [Errno 104] Connection reset by peer 

 During handling of the above exception, another exception occurred: 

 Traceback (most recent call last): 
   File "/usr/lib/python3.8/site-packages/paramiko/transport.py", line 2039, in run 
     self._check_banner() 
   File "/usr/lib/python3.8/site-packages/paramiko/transport.py", line 2215, in _check_banner 
     raise SSHException( 
 paramiko.ssh_exception.SSHException: Error reading SSH protocol banner[Errno 104] Connection reset by peer 

 error: SSHException while connecting to craig.qam.suse.cz 
 critical: connecting to craig.qam.suse.cz failed: Error reading SSH protocol banner[Errno 104] Connection reset by peer 
 warning: failed to add host craig.qam.suse.cz to target list 
 ``` 

 ## Steps to reproduce 

 To be confirmed: 

 * Call `./mtui.py -s paris.qam.suse.cz -w 1` 
 * Wait indefinitely? 
 * See the above error 

 ## Impact 

 Just cosmetic

Back