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
  PARAMIKO_VERSION = paramiko.__version__.split() [0]
  PARAMIKO_FEATURE = {'forward-ssh-agent': compare_versions(PARA...
Variables Details

PARAMIKO_FEATURE

Value:
{'forward-ssh-agent': compare_versions(PARAMIKO_VERSION, ">=", '1.8.0'\
) and(platform.system() != "Windows"), 'use-compression': compare_vers\
ions(PARAMIKO_VERSION, ">=", '1.7.7.1'), 'hash-host-entries': compare_\
versions(PARAMIKO_VERSION, ">=", '99'), 'host-entries-reloadable': com\
pare_versions(PARAMIKO_VERSION, ">=", '1.11.0'), 'preserve-known-hosts\
': compare_versions(PARAMIKO_VERSION, ">=", '1.11.0'),}