Fix Channel link
This commit is contained in:
parent
999bb4eaaf
commit
ad1fbcce0b
|
@ -70,7 +70,7 @@ class Transport (threading.Thread):
|
||||||
"""
|
"""
|
||||||
An SSH Transport attaches to a stream (usually a socket), negotiates an
|
An SSH Transport attaches to a stream (usually a socket), negotiates an
|
||||||
encrypted session, authenticates, and then creates stream tunnels, called
|
encrypted session, authenticates, and then creates stream tunnels, called
|
||||||
`channels <Channel>`, across the session. Multiple channels can be multiplexed
|
`channels <.Channel>`, across the session. Multiple channels can be multiplexed
|
||||||
across a single session (and often are, in the case of port forwardings).
|
across a single session (and often are, in the case of port forwardings).
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue