File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 1+ # v1.6.2
2+
3+ SSH connector config fixes:
4+
5+ + Implement & fix ` StrictHostKeyChecking ` matching how OpenSSH works (@bauen1 )
6+ + Fix / use SSH config for ` ProxyJump ` hosts (@artizirk )
7+ + Add ways to disable SSH agent / looking for SSH keys (` host.data.ssh_allow_agent ` & ` host.data.ssh_look_for_keys ` )
8+ + Fix ` Match exec ` SSH config
9+
10+ Operation/fact fixes:
11+
12+ + Set ` LC_TIME ` in ` server.Date ` fact
13+ + Use a temporary file + move in ` files.download ` operation
14+
15+ Misc:
16+
17+ + Workaround fix for ` host.data.env ` not being a dictionary
18+ + Workaround fix for ` host.data.use_sudo_password ` being different for each host
19+ + Fix bash autocomplete documentation (@oz123 )
20+ + Fix incorrect handling of internal errors when hosts fail
21+ + Refreshed logo/readme/docs/website for upcoming v2
22+
123# v1.6.1
224
325+ Fix typo bug in the SSH client preventing connection
You can’t perform that action at this time.
0 commit comments