-
-
reviewboard/cmdline/rbssh.py (Diff revision 1) I imagine this could be one statement. If identity_filename is None (or whatever the default would be for client.connect()), we could simply have one connect call.
-
-
-
-
-
-
reviewboard/scmtools/sshutils.py (Diff revision 1) Can you do an explicit open and close on this? I think it'll leak otherwise.
-
-
reviewboard/scmtools/sshutils.py (Diff revision 1) Blank line between these (should have one before blocks).
-
-
-
-
Support for Multiple SSH Keys via .ssh/config
Review Request #2391 — Created June 2, 2011 and discarded
Information | |
---|---|
phil.orwig | |
Review Board | |
1.5.5 | |
2123 | |
Reviewers | |
reviewboard | |
This patch allows paramiko to honor the IdentityFile settings for a host that have been set in the user's .ssh/config file.
Tested on a system without a .ssh/config file, on a system with a blank .ssh/config file, and on a system with a .ssh/config file with the appropriate settings for a host.