changed winrm _reset to reset and make ssh reset show warning (#42651)

* changed winrm _reset to reset and make ssh reset show warning

* minor changelog update
This commit is contained in:
Jordan Borean
2018-07-12 13:22:01 +10:00
committed by Matt Davis
parent a5fc9a17f0
commit d723b8541d
6 changed files with 10 additions and 7 deletions

View File

@@ -0,0 +1,3 @@
minor_changes:
- ssh - reset connection will show a warning instead of failing for older OpenSSH versions
- winrm - change the _reset() method to use reset() that is part of ConnectionBase