Module jumpscale.clients.sshkey

Expand source code
def export_module_as():
    from jumpscale.core.base import StoredFactory

    from .sshkey import SSHKeyClient

    return StoredFactory(SSHKeyClient)

Sub-modules

jumpscale.clients.sshkey.sshkey

This module used to manage your ssh keys, get the public key, get the private key, generate key, write key to the file system, delete key from the …

Functions

def export_module_as()
Expand source code
def export_module_as():
    from jumpscale.core.base import StoredFactory

    from .sshkey import SSHKeyClient

    return StoredFactory(SSHKeyClient)