diff --git a/paramiko/agent.py b/paramiko/agent.py index 302d31e..13d90db 100644 --- a/paramiko/agent.py +++ b/paramiko/agent.py @@ -171,10 +171,6 @@ class AgentRemoteProxy(AgentProxyThread): self.__chan = chan def get_connection(self): - """ - Class to be used when wanting to ask a local SSH Agent being - asked from a remote fake agent (so use a unix socket for ex.) - """ return (self.__chan, None)