I'm using pysftp to access an stfp. My script works fine when I'm off my corporate VPN. However, once I'm using my corporate VPN the script runs into the following error:
SSHException: Error reading SSH protocol banner
Does anyone have any suggestions how to get around it?
Thanks