I'm trying to set up ssh without a password using HostConnection(host, username: str = None, password: str = None, cert: str = None, key: str = None, verify: bool = True, poll_timeout: int = 30, poll_interval: int = 5, headers: dict = None) from the Python SDK.
I know ssh without a password is working because I can ssh to the filer in a shell but I can't seem to get it to work in a Python script.
Any suggestions for how to do this?