Error reading SSH protocol banner

How can you solve this


54.196.215.236

PLAY [deployment play.] ********************************************************

TASK [wait 600 seconds for target connection to become reachable/usable.] ******
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.```

Probably need to figure out why you can’t ssh to the target
Exception: Error reading SSH protocol banner[Errno 104] Connection reset by peer

Looks like your trying to ssh to a public IP my guess security group

Is that a public ip port 22 is timing out

╚>$ telnet 54.196.215.236 22
Trying 54.196.215.236...```