parent
a84bd27bfd
commit
ba4dc2a26b
|
@ -496,8 +496,9 @@ class ServerInterface (object):
|
||||||
|
|
||||||
def check_channel_forward_agent_request(self, channel):
|
def check_channel_forward_agent_request(self, channel):
|
||||||
"""
|
"""
|
||||||
Determine if the client will be provided with an forward agent session. If this
|
Determine if the client will be provided with an forward agent session.
|
||||||
method returns C{True}, the server will allow SSH Agent forwarding.
|
If this method returns C{True}, the server will allow SSH Agent
|
||||||
|
forwarding.
|
||||||
|
|
||||||
The default implementation always returns C{False}.
|
The default implementation always returns C{False}.
|
||||||
|
|
||||||
|
|
|
@ -676,7 +676,9 @@ class Transport (threading.Thread):
|
||||||
|
|
||||||
def open_forward_agent_channel(self):
|
def open_forward_agent_channel(self):
|
||||||
"""
|
"""
|
||||||
Request a new channel to the client, of type C{"auth-agent@openssh.com"}.
|
Request a new channel to the client, of type
|
||||||
|
C{"auth-agent@openssh.com"}.
|
||||||
|
|
||||||
This is just an alias for C{open_channel('auth-agent@openssh.com')}.
|
This is just an alias for C{open_channel('auth-agent@openssh.com')}.
|
||||||
@return: a new L{Channel}
|
@return: a new L{Channel}
|
||||||
@rtype: L{Channel}
|
@rtype: L{Channel}
|
||||||
|
|
Loading…
Reference in New Issue