Releases: wheatevo/remotus
Releases · wheatevo/remotus
v1.2.0
v1.1.1
v1.1.0
v1.0.0
v0.6.0
v0.5.0
- Add SSH gateway support (#9)
This change adds SSH gateway support and fixes an issue where custom SSH
ports are not respected by Remotus::SshConnection
.
Note that this change also required the test ruby version to be updated
to 3.0.4 to avoid an rspec regression where older ruby versions can no
longer handle method stubs with kwargs successfully.
v0.4.0
- Added winrm-elevated gem to solve winrm AuthenticationError (Thanks @saravananradhakrishnan!)