Exception: Error reading SSH protocol banner
Traceback (most recent call last):
File “/usr/lib/python3/dist-packages/paramiko/transport.py”, line 1920, in _check_banner
buf = self.packetizer.readline(timeout)
File “/usr/lib/python3/dist-packages/paramiko/packet.py”, line 327, in readline
buf += self._read_timeout(timeout)
File “/usr/lib/python3/dist-packages/paramiko/packet.py”, line 483, in _read_timeout
raise EOFError()
EOFError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/usr/lib/python3/dist-packages/paramiko/transport.py”, line 1761, in run
self._check_banner()
File “/usr/lib/python3/dist-packages/paramiko/transport.py”, line 1924, in _check_banner
raise SSHException(‘Error reading SSH protocol banner’ + str(e))
paramiko.ssh_exception.SSHException: Error reading SSH protocol banner
Traceback (most recent call last):
File “/usr/lib/python3/dist-packages/paramiko/transport.py”, line 1920, in _check_banner
buf = self.packetizer.readline(timeout)
File “/usr/lib/python3/dist-packages/paramiko/packet.py”, line 327, in readline
buf += self._read_timeout(timeout)
File “/usr/lib/python3/dist-packages/paramiko/packet.py”, line 483, in _read_timeout
raise EOFError()
EOFError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “./bin/netconf-console.py”, line 1390, in
main(parser, o)
File “./bin/netconf-console.py”, line 1091, in main
c.connect()
File “./bin/netconf-console.py”, line 238, in connect
self._start_ssh(sock)
File “./bin/netconf-console.py”, line 283, in _start_ssh
password=self.password)
File “/usr/lib/python3/dist-packages/paramiko/transport.py”, line 1074, in connect
self.start_client()
File “/usr/lib/python3/dist-packages/paramiko/transport.py”, line 494, in start_client
raise e
File “/usr/lib/python3/dist-packages/paramiko/transport.py”, line 1761, in run
self._check_banner()
File “/usr/lib/python3/dist-packages/paramiko/transport.py”, line 1924, in _check_banner
raise SSHException(‘Error reading SSH protocol banner’ + str(e))
paramiko.ssh_exception.SSHException: Error reading SSH protocol banner