fix tests.

This commit is contained in:
Robey Pointer 2009-05-10 21:19:10 -07:00
parent 62d49255d5
commit adb349bf2b
1 changed files with 0 additions and 2 deletions

View File

@ -320,8 +320,6 @@ class SSHClient (object):
else:
key_filenames = key_filename
self._auth(username, password, pkey, key_filenames, allow_agent, look_for_keys)
if agent_forwarding:
self._forward_agent()
def close(self):
"""