Rev 4557: Of course, I didn't actually mean to disable agent support. :) in http://bazaar.launchpad.net/~jameinel/bzr/1.18-ssh-auth-375867

John Arbash Meinel john at arbash-meinel.com
Mon Jul 20 22:24:55 BST 2009


At http://bazaar.launchpad.net/~jameinel/bzr/1.18-ssh-auth-375867

------------------------------------------------------------
revno: 4557
revision-id: john at arbash-meinel.com-20090720212442-zmy7qp7g5am2kqvh
parent: john at arbash-meinel.com-20090720212110-1yy7q5hnfglxsodh
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 1.18-ssh-auth-375867
timestamp: Mon 2009-07-20 16:24:42 -0500
message:
  Of course, I didn't actually mean to disable agent support. :)
-------------- next part --------------
=== modified file 'bzrlib/transport/ssh.py'
--- a/bzrlib/transport/ssh.py	2009-07-20 21:21:10 +0000
+++ b/bzrlib/transport/ssh.py	2009-07-20 21:24:42 +0000
@@ -54,7 +54,6 @@
 # so we get an AttributeError exception. So we will not try to
 # connect to an agent if we are on win32 and using Paramiko older than 1.6
 _use_ssh_agent = (sys.platform != 'win32' or _paramiko_version >= (1, 6, 0))
-_use_ssh_agent = False
 
 
 class SSHVendorManager(object):



More information about the bazaar-commits mailing list