I’m having trouble connecting to the Colab server via SSH
ConnectionRefusedError Traceback (most recent call last)
/usr/local/lib/python3.10/dist-packages/urllib3/connection.py in _new_conn(self)
202 try:
–> 203 sock = connection.create_connection(
204 (self._dns_host, self.port),