summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/connection/ssh.py
Commit message (Expand)AuthorAgeFilesLines
* Documented connection parameters required to enable scp (OpenSSH >=9.0) (#78745)wnjuguna2022-09-151-0/+2
* chmod aix errors with 255 is not unreachable (#78249)Brian Coca2022-07-261-4/+9
* ssh retry docs addition (#77930)Don Naro2022-06-021-1/+4
* Move to display as single source of verbosity (#77498)Brian Coca2022-04-141-1/+1
* avoid polluting vars with incorrect settings (#76590)Brian Coca2022-02-071-0/+1
* ssh connection: use 'correct' host in all cases (#76017)Brian Coca2022-02-071-0/+7
* Misc typo fixes in plugins directory (#76566)Abhijeet Kasurde2022-02-011-2/+2
* Use explicit keyword for plugin config (#75158)Brian Coca2022-01-211-0/+4
* ssh connection avoid parsiing own debug (#76732)Brian Coca2022-01-131-1/+5
* ssh connection, handle 'fun' control paths (#76424)Brian Coca2022-01-101-2/+1
* Make all pipelining agree on ini entries (#76573)Brian Coca2022-01-071-0/+2
* Use correct markup in documentation (#76545)Felix Fontein2021-12-141-8/+8
* deprecate scp_if_ssh (#75218)Brian Coca2021-11-011-0/+4
* Start of moving away from six (#75863)Martin Krizek2021-10-211-3/+3
* ssh connection added option priority note (#75219)Brian Coca2021-09-011-0/+1
* ssh: Update docs (#75253)Abhijeet Kasurde2021-08-161-26/+26
* fix ssh cli defaults (#75245)Brian Coca2021-07-231-0/+4
* set host_key_checking check to False, rather than if not (which captures Fals...James Spurin2021-07-151-1/+2
* task_executor - use correct value for ssh connection retries (#75155)Sam Doran2021-07-061-3/+3
* fix ssh_transfer_method/scp_if_ssh defaults (#74925)Brian Coca2021-06-101-2/+7
* ansible-doc fix displaying 'CLI' options for plugin docsBrian Coca2021-06-041-0/+1
* add pkcs11 support to Ansible ssh connection module (#32829)David Lee Whiteside2021-06-021-4/+32
* ssh remove unused/unusable cli option ssh_args (#74846)Brian Coca2021-05-271-2/+0
* use self.host which will always be updated (#74574)Brian Coca2021-05-111-2/+2
* dont specify default for port, allow ssh/config (#74526)Brian Coca2021-05-041-1/+3
* finish migrating ssh plugin to config system (#73708)Brian Coca2021-03-031-47/+95
* Pipe it to connections (#73688)Brian Coca2021-02-251-10/+3
* use correct executable and options in all cases (#73323)Brian Coca2021-01-261-17/+19
* Fix various sanity errors in plugins (#71736)Felix Fontein2020-10-061-1/+1
* ssh connection - use get_option() rather than _play_context (#70438)Sam Doran2020-07-021-2/+3
* Improve error message when ssh client is not found on the host (#70122)Mykola Grygoriev2020-06-291-6/+11
* fix configurable pipelining (#69920)Brian Coca2020-06-111-3/+3
* connection plugins: try config, then play_context (#69751)Rick Elrod2020-05-291-9/+13
* Make connection plugins use password from config (#69670)Rick Elrod2020-05-271-9/+9
* [ssh] Add new sshpass_prompt option (#68874)Rick Elrod2020-05-261-2/+23
* Fix filedescriptor out of range in select() when running commands (#65058)Bob Weinand2020-05-141-1/+1
* Misc typo fixes (#66120)Abhijeet Kasurde2020-01-041-2/+2
* become - stop using play context in more places (#62373)Jordan Borean2019-11-181-5/+6
* Close subprocess stdout and stderr in the ssh connection pluginJulien Palard2019-11-141-2/+4
* ssh: Ensure debug messages are properly converted to text (#57850)Matt Martz2019-06-201-31/+32
* Not native, but text (#55676)Brian Coca2019-05-241-3/+3
* Preserve ssh error (#56460)Brian Coca2019-05-231-8/+12
* Don't raise AnsibleConnectionFailure if the ssh process has already died. (#...Matt Martz2019-03-121-4/+12
* Add support for Windows hosts in the SSH connection plugin (#47732)Jordan Borean2019-03-071-4/+57
* Properly quote the username to support usernames with spaces (#53420)Matt Martz2019-03-071-1/+1
* Update connection plugins to use correct, non-deprecated, methods (#52038)Matt Martz2019-02-111-4/+4
* Become plugins (#50991)Matt Martz2019-02-111-5/+5
* standardize connection variable names (#51776)James Cassell2019-02-111-2/+3
* Catch sshpass authentication errors and don't retry multiple times to prevent...Sam Doran2019-01-231-21/+70
* ensure ssh retry respects no log (#49569)Brian Coca2018-12-101-4/+11