Package x2go :: Module _paramiko
[frames] | no frames]

Module _paramiko

source code

Monkey Patch and feature map for Python Paramiko

Functions
 
monkey_patch_paramiko() source code
Variables
  SSH_PORT = 22
  PARAMIKO_VERSION = '1.10.1'
  PARAMIKO_FEATURE = {'ecdsa-hostkeys': False, 'forward-ssh-agen...
  __package__ = 'x2go'
Variables Details

PARAMIKO_FEATURE

Value:
{'ecdsa-hostkeys': False,
 'forward-ssh-agent': True,
 'hash-host-entries': False,
 'host-entries-reloadable': False,
 'preserve-known-hosts': False,
 'use-compression': True}