Software Development Kit (SDK) and API Discussions

ssh without password with Python

edherri
1,246 Views

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?

0 REPLIES 0
Public