Package paramiko :: Module client
[frames] | no frames]

Module client

source code

SSH client & key policies

Classes
  SSHClient
A high-level representation of a session with an SSH server.
  MissingHostKeyPolicy
Interface for defining the policy that `.SSHClient` should use when the SSH server's hostname is not in either the system host keys or the application's keys.
  AutoAddPolicy
Policy for automatically adding the hostname and new host key to the local `.HostKeys` object, and saving it.
  RejectPolicy
Policy for automatically rejecting the unknown hostname & key.
  WarningPolicy
Policy for logging a Python-style warning for an unknown host key, but accepting it.
Variables
  __package__ = 'paramiko'