Module jumpscale.clients.sshclient

Expand source code
def export_module_as():

    from jumpscale.core.base import StoredFactory

    from .sshclient import SSHClient

    return StoredFactory(SSHClient)

Sub-modules

jumpscale.clients.sshclient.sshclient

SSHClient modules helps connecting and executing commands to a remote machine …

Functions

def export_module_as()
Expand source code
def export_module_as():

    from jumpscale.core.base import StoredFactory

    from .sshclient import SSHClient

    return StoredFactory(SSHClient)