summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/connection/ssh.py
Commit message (Expand)AuthorAgeFilesLines
* Do not substitute ssh_exeuctable until we need toToshio Kuratomi2017-02-021-7/+7
* Fix fetching files with scp (#18673)Alberto Murillo2016-11-301-1/+1
* Fix ssh plugin to correctly fetch files when using scp (#18614)Alberto Murillo2016-11-261-1/+4
* Fix OpenSSH-related ssh process exit racejasdeep-hundal2016-11-011-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
* Make sudo+requiretty and ANSIBLE_PIPELINING work togetherAbhijit Menon-Sen2015-12-011-32/+11
* Explicitly accept become_success in awaiting_prompt stateAbhijit Menon-Sen2015-11-261-5/+10
* Fix ssh state issues by simply assuming it's never connectedJames Cammarata2015-11-241-3/+2
* Properly check for prompting state when re-using ssh connectionJames Cammarata2015-11-241-1/+1
* Merge pull request #13156 from amenonsen/broken-timeoutBrian Coca2015-11-131-0/+4
|\
| * If ssh died, it's an error, not a timeoutAbhijit Menon-Sen2015-11-131-0/+4
* | Increase the escalation prompt timeoutDavid M. Lee2015-11-131-1/+4
|/
* Finish up plugin porting to global displayToshio Kuratomi2015-11-111-1/+0
* Move connection plugins to using global displayToshio Kuratomi2015-11-111-23/+31
* don't set user to current userBrian Coca2015-10-231-2/+1
* Cleaning up FIXMEsJames Cammarata2015-10-221-3/+1
* Make sure shlex split is returning properly encoded stringsJames Cammarata2015-10-091-1/+2
* Pass default None to getattr, remove repeated callAbhijit Menon-Sen2015-10-021-2/+3
* Set explicit default for ANSIBLE_SSH_ARGSAbhijit Menon-Sen2015-10-021-8/+1
* Aggregate ssh arguments in PlayContext instead of the connection pluginAbhijit Menon-Sen2015-10-021-27/+6
* Rework additional ssh argument handlingAbhijit Menon-Sen2015-10-021-28/+31
* Re-order the methods in ssh.py so that methods needed for implementation are ...Toshio Kuratomi2015-09-281-222/+228
* Move ControlPersist/Path checking into a separate methodAbhijit Menon-Sen2015-09-281-27/+37