summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/connection/paramiko_ssh.py
Commit message (Expand)AuthorAgeFilesLines
* Removed redundant conditional in paramiko_ssh.py (#69164)Chris Holland2020-04-281-14/+14
* Remove unused imports from paramiko_ssh connection (#66948)Paul Belanger2020-01-301-2/+0
* Use a context handler for file handling in paramiko_ssh.Connection. (#65624)Mads Jensen2020-01-061-14/+12
* become - stop using play context in more places (#62373)Jordan Borean2019-11-181-3/+6
* paramiko_ssh - Improve authentication error message (#64157)Sam Doran2019-10-311-1/+1
* Change default smart connection to ssh on macOS and remove paramiko from requ...Sam Doran2019-04-031-19/+3
* Paramiko might not come standard everywhere (#54486)Toshio Kuratomi2019-04-021-1/+7
* Revert "use get_optoins instead of play_context for user (#52604)" (#53034)Brian Coca2019-02-261-28/+9
* use get_optoins instead of play_context for user (#52604)Brian Coca2019-02-261-9/+28
* Update connection plugins to use correct, non-deprecated, methods (#52038)Matt Martz2019-02-111-2/+2
* Become plugins (#50991)Matt Martz2019-02-111-1/+1
* standardize connection variable names (#51776)James Cassell2019-02-111-0/+2
* Ignore AttributeError when trying to import p paramiko (#51243)Jordan Borean2019-01-301-3/+4
* Catch sshpass authentication errors and don't retry multiple times to prevent...Sam Doran2019-01-231-1/+9
* Add auth_timeout parameter when supported by paramiko (#50448)Renato Orgito2019-01-091-2/+7
* Improve log message (#49004)Sam Doran2018-11-291-1/+1
* Reboot - Fix errors when using Paramiko connection (#49002)Sam Doran2018-11-271-1/+6
* Add a Singleton metaclass, use it with Display (#48935)Matt Martz2018-11-201-5/+2
* Do not use str() on exceptions (#46950)Martin Krizek2018-11-091-8/+9
* Fix typoDag Wieers2018-08-101-1/+1
* Pull persistent connection parameters via get_option (#39367)Ricardo Carrillo Cruz2018-05-161-2/+10
* more debug logs for free, network_cli, paramiko and add hostname context to d...jctanner2018-04-261-0/+9
* Fix paramiko connections to hosts with uppercase characters (#35555)Nathaniel Case2018-02-021-1/+1
* Minor spelling fix (#33822)bdowling2017-12-121-1/+1
* Use module formatting (#33413)John R Barker2017-12-071-2/+2
* get_option instead of internal dict (#33191)Brian Coca2017-11-281-5/+5
* Fix hang on unkown host key for network_cli (#32937)Nathaniel Case2017-11-171-1/+1
* Config continued (#31024)Brian Coca2017-11-161-20/+90
* Connection plugins network_cli and netconf (#32521)Nathaniel Case2017-11-091-4/+7
* Enable more pylint rules and fix reported issues. (#30539)Matt Clay2017-09-181-1/+0
* Port ansible doc for plugins to use DOCUMENTATION variablesToshio Kuratomi2017-09-111-4/+4
* fixes to config/setting retrievalBrian Coca2017-09-091-22/+48
* Remove transport_test for some connection types (#28450)Dag Wieers2017-08-261-8/+0
* removed logger from paramikoBrian Coca2017-07-051-2/+0
* Collated PEP8 fixes (#25293)Dag Wieers2017-06-021-10/+10
* Include error exception in AnsibleErrorAbhijeet Kasurde2017-05-231-2/+2
* Print specific error for BadHostKeyException (#24120)Nathaniel Case2017-04-281-0/+2
* paramiko_ssh: fix crash upon pass prompt in py3Victor Perron2017-03-291-1/+1
* Update module_utils.six to latest (#22855)Toshio Kuratomi2017-03-231-3/+2
* E501 fixes (#22879)Matt Martz2017-03-221-1/+2
* wait_for_connection: Wait for system to become reachable (#20011)Dag Wieers2017-03-011-0/+8
* adds two new plugins that use ansible-connection for persistence (#18572)Peter Sprygada2016-11-281-2/+3
* adds config option to auto add keys when using paramiko (#18598)Peter Sprygada2016-11-281-2/+5
* Adding a persistent connection utilityJames Cammarata2016-11-211-3/+3
* Fixes to handle non-ascii become passwordsToshio Kuratomi2016-10-151-1/+1
* Move uses of to_bytes, to_text, to_native to use the module_utils version (#1...Toshio Kuratomi2016-09-061-5/+6
* Fix paramiko's exec_command() to return bytes on python3 (#17372)Toshio Kuratomi2016-09-021-6/+7
* If the known_hosts file does not exist, do not attempt to stat it. (#16548)jctanner2016-07-011-3/+11
* Merge pull request #14400 from d3matt/FIX/paramiko_lectureJames Cammarata2016-04-191-6/+13
|\
| * paramiko transport appears to hang if it gets a sudo lectureMatthew Stoltenberg2016-02-091-6/+13