File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- Transport (core protocol)
2- =========================
1+ Transport
2+ =========
33
44.. automodule :: paramiko.transport
Original file line number Diff line number Diff line change @@ -5,7 +5,46 @@ This site covers Paramiko's usage & API documentation. For basic info on what
55Paramiko is, including its public changelog & how the project is maintained,
66please see `the main website <http://paramiko.org >`_.
77
8+
9+ API documentation
10+ =================
11+
12+ Core SSH protocol classes
13+ -------------------------
14+
15+ .. toctree ::
16+ api/channel
17+ api/client
18+ api/message
19+ api/packet
20+ api/transport
21+
22+
23+ Authentication & key handling
24+ -----------------------------
25+
826.. toctree ::
9- :glob:
27+ api/agent
28+ api/hostkeys
29+ api/keys
30+ api/win_pageant
1031
11- api/*
32+
33+ Other primary functions
34+ -----------------------
35+
36+ .. toctree ::
37+ api/config
38+ api/proxy
39+ api/server
40+ api/sftp
41+
42+
43+ Miscellany
44+ ----------
45+
46+ .. toctree ::
47+ api/buffered_pipe
48+ api/file
49+ api/pipe
50+ api/ssh_exception
You can’t perform that action at this time.
0 commit comments