ssh-python
Contents:
Installation
Pip Binary Packages
Building from Source
API Documentation
ssh.session
ssh.channel
ssh.exceptions
ssh.options
ssh.key
ssh.keytypes
ssh.sftp
ssh.sftp_handles
ssh.sftp_attributes
ssh.sftp_statvfs
ssh.scp
ssh.callbacks
ssh.connector
ssh.event
ssh.utils
Change Log
1.1.1
1.1.0
1.0.0
0.10.0
0.9.0
0.8.0
0.7.0
0.6.0
0.5.0
0.4.0
0.3.0
ssh-python
API Documentation
ssh.connector
ssh.connector
class
ssh.connector.
Connector
set_in_channel
(
self
,
Channel
channel
,
Flag
flag
)
set_in_fd
(
self
,
socket
)
set_out_channel
(
self
,
Channel
channel
,
Flag
flag
)
set_out_fd
(
self
,
socket
)
session
class
ssh.connector.
Flag