summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/connection/ssh.py
Commit message (Expand)AuthorAgeFilesLines
* Ensure that the become password is written on py3 in the ssh connection plugi...Matt Martz2018-01-181-0/+3
* Create a new pipe for sshpass on retries. Fixes #29095Matt Martz2017-09-111-0/+6
* the smart transport is broken by ssh retry codeToshio Kuratomi2017-08-141-4/+10
* Ignores ControlPersist broken pipe errors. Fixes #16731Strahinja Kustudić2017-04-131-5/+21
* 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
* Disable sftp batch mode if sshpass (#15829)jctanner2016-05-131-1/+5
* Don't use -tt for ssh connections when sudoable=FalseJames Cammarata2016-04-111-3/+4
* Fix inconsistent/missing host names in messages.Matt Clay2016-03-251-1/+1
* Fix ssh connection plugin to work with python3Toshio Kuratomi2016-03-091-2/+2
* Fixing minor logic error in error detection/handling in ssh connection pluginJames Cammarata2016-03-081-1/+1
* Use to_bytes on filenames in filesystem calls.Matt Clay2016-03-041-1/+1
* Merge pull request #13654 from sivel/paramiko-proxy-commandMatt Martz2016-02-231-12/+2
|\
| * Move _split_args from ssh.py to ConnectionBase so we can use it in other conn...Matt Martz2015-12-241-12/+2
* | More fixes for unicode handling in the connection plugins.Toshio Kuratomi2016-01-061-15/+17
* | Fix problems with non-ascii values passed as part of the command to connectio...connection-plugins-unicode-fixToshio Kuratomi2016-01-041-4/+13
|/
* Revert "Enable host_key checking at the strategy level"James Cammarata2015-12-171-182/+11
* Revert "Fixing bugs in ssh known_host fetching"James Cammarata2015-12-171-21/+8
* Fixing bugs in ssh known_host fetchingJames Cammarata2015-12-171-8/+21
* Enable host_key checking at the strategy levelJames Cammarata2015-12-161-11/+182
* Clean up debug logging around _low_level_execute_commandAbhijit Menon-Sen2015-12-111-1/+1
* become_pass needs to be bytes when it is passed to ssh.Toshio Kuratomi2015-12-101-1/+1
* Revert "Make sudo+requiretty and ANSIBLE_PIPELINING work together"Toshio Kuratomi2015-12-031-11/+32