summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/connection/paramiko_ssh.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Also fix intermittent ssh error using pty's for paramikoJames Cammarata2016-04-121-2/+2
* | Add missing to_bytes for cmd.Matt Clay2016-03-191-0/+2
* | Small cleanup to use class attribute directly instead of property for transpo...Toshio Kuratomi2016-03-161-4/+1
* | Use to_bytes on filenames in filesystem calls.Matt Clay2016-03-041-3/+4
* | Fix variable name in paramiko connection pluginMatt Martz2016-02-291-1/+1
* | Merge pull request #13654 from sivel/paramiko-proxy-commandMatt Martz2016-02-231-0/+52
|\ \ | |/ |/|
| * Coalesce forms of ssh_args in order of most specific to leastMatt Martz2016-01-111-2/+6
| * Move proxycommand parsing into _parse_proxy_commandMatt Martz2015-12-241-21/+26
| * Parse ansible_ssh_common_args looking for ProxyCommand, for use in paramikoMatt Martz2015-12-241-2/+26
| * Add ProxyCommand support to the paramiko connection pluginMatt Martz2015-12-231-0/+19
* | Add support ssh configs from /etc/openssh.Alexey Shabalin2016-01-141-5/+7
|/
* Finish up plugin porting to global displayToshio Kuratomi2015-11-111-1/+0
* Move connection plugins to using global displayToshio Kuratomi2015-11-111-11/+14
* Bundle a new version of python-six for compatibility along with some code to ...six-compatToshio Kuratomi2015-10-161-1/+1
* fixed error reporting for unkown become userBrian Coca2015-10-011-1/+1
* Remove tmp as a parameter to the connection pluginsToshio Kuratomi2015-09-241-2/+2
* Remove compress option from paramiko connection for nowToshio Kuratomi2015-09-241-1/+0
* remove the stdin return value from connection plugin exec_command() methodsToshio Kuratomi2015-09-241-1/+1
* Reorganise ssh.py to cleanly separate responsibilitiesAbhijit Menon-Sen2015-09-231-2/+2
* corrected all missing paths changesBrian Coca2015-09-151-1/+1