summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/connection/ssh.py
Commit message (Expand)AuthorAgeFilesLines
* Change the ssh+sudo debug messages to vvv for easier troubleshooting in awx+t...James Tanner2017-10-301-4/+4
* remove unused ssh pipelining settersBrian Coca2017-10-031-3/+10
* Miscellaneous pylint fixes.Matt Clay2017-09-131-0/+2
* Port ansible doc for plugins to use DOCUMENTATION variablesToshio Kuratomi2017-09-111-5/+4
* allow config for callbaks and some fixesBrian Coca2017-09-111-9/+50
* Create a new pipe for sshpass on retries. Fixes #29095Matt Martz2017-09-111-0/+6
* fixes to config/setting retrievalBrian Coca2017-09-091-126/+108
* Remove transport_test for some connection types (#28450)Dag Wieers2017-08-261-7/+0
* Create persistent socket path using port and connection type (#28492)Ganesh Nalawade2017-08-231-1/+3
* Ansible Config part2 (#27448)Brian Coca2017-08-151-47/+96
* the smart transport is broken by ssh retry codeToshio Kuratomi2017-08-141-4/+10
* Don't need to convert cmd to bytes as it is already an array of bytesToshio Kuratomi2017-07-211-1/+1
* SSH fails with '"parsed": false' error messageGabor Lekeny2017-07-201-2/+3
* Consolidate boolean/mk_boolean conversion functions into a single locationToshio Kuratomi2017-07-171-4/+2
* Collated PEP8 fixes (#25293)Dag Wieers2017-06-021-8/+10
* reset_connection fixes: #23621 (#25211)piotrsmolinski2017-05-311-1/+4
* Ignores ControlPersist broken pipe errors. Fixes #16731Strahinja Kustudić2017-04-071-5/+21
* Update module_utils.six to latest (#22855)Toshio Kuratomi2017-03-231-3/+4
* uncommit the crime of extra spaces in docstringBrian Coca2017-03-231-1/+1
* Enable documentation in pluginsBrian Coca2017-03-231-0/+78
* E501 fixes (#22879)Matt Martz2017-03-221-2/+4
* Extend SSH Retry to put_file and fetch_file (#20187)Matt Martz2017-03-021-71/+79
* tweak transport_tests to avoid logic duplication (#22158)Matt Davis2017-03-011-3/+4
* wait_for_connection: Wait for system to become reachable (#20011)Dag Wieers2017-03-011-1/+8
* PEP8 E712 fixes (#21916)Matt Martz2017-02-241-1/+1
* the return of reset_connectionBrian Coca2017-02-161-13/+11
* Move ssh and local connection plugins from using raw select to selectorsToshio Kuratomi2017-02-031-129/+140
* Do not substitute ssh_exeuctable until we need toToshio Kuratomi2017-02-021-7/+7
* Use a -short- custom hash for controlpersist path by default (#20843)jctanner2017-02-011-2/+23
* Show remote host in error message. (#20823)Dag Wieers2017-01-301-2/+2
* PEP 8 indent cleanup. (#20800)Matt Clay2017-01-291-2/+2
* Add pipeline-ish method using dd for file transfer over SSH (#18642)Andrew Gaffney2017-01-191-19/+45
* include source file in error messageBrian Coca2017-01-181-2/+2
* Fix fetching files with scp (#18673)Alberto Murillo2016-11-301-1/+1
* unified boolean functionBrian Coca2016-11-291-1/+1
* Fix ssh plugin to correctly fetch files when using scp (#18614)Alberto Murillo2016-11-261-1/+4
* Mcsalgado's change to use shlex.quote instead of pipes.quote (#18534)Toshio Kuratomi2016-11-171-4/+4
* ANSIBLE_SSH_CONTROL_PATH_DIR option added (#18342)Andrea Tartaglia2016-11-031-1/+1
* Fix OpenSSH-related ssh process exit racejasdeep-hundal2016-10-271-12/+13
* Handle 'smart' scp_if_ssh option for fetch (#18125)Ssawa2016-10-211-64/+51
* On python3, subprocess needs another arg to pass extra file descriptorsToshio Kuratomi2016-10-021-3/+9
* Normalize text and byte type in the ssh plugin helper method that builds up a...Toshio Kuratomi2016-10-021-57/+68
* add ssh error message to failureBrian Coca2016-09-301-4/+1
* Smart mode for sftp+scp (#17813)jctanner2016-09-291-14/+49
* Make ssh_executable available as ansible_ssh_* variable (#17450)Andrea Tartaglia2016-09-071-3/+4
* Added option to change ssh executable path (#17377)Andrea Tartaglia2016-09-071-4/+7
* Move uses of to_bytes, to_text, to_native to use the module_utils version (#1...Toshio Kuratomi2016-09-061-12/+12
* Get the ssh plugin working with python3 (#17234)Toshio Kuratomi2016-08-251-55/+56
* Ignore broken pipe errors if the sshpass process has exited (#16515)graywulf2016-06-301-1/+7
* made ssh compression configurable (#16214)Brian Coca2016-06-101-2/+0