Skip to content

Support for no auth? #3

@deadlyisking

Description

@deadlyisking

I am interested and swapping out paramiko as base ssh driver. Can you provide an example of building an unauthenicated connection. Similar to below paramiko snip.

class SSHClient_noauth(SSHClient):

def _auth(self, username, *args):
    self._transport.auth_none(username)
    return

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions