Mahlon E. Smith <mahlon@martini.nu> [Wed, 15 Jul 2020 15:41:32 -0700] rev 20
Added tag v0.4.0 for changeset f31d60b04f8a
Mahlon E. Smith <mahlon@martini.nu> [Wed, 15 Jul 2020 15:35:06 -0700] rev 19
Multiple changes to help support Windows native ssh with sshscript workers.
Defaults are to assume a non-hostile posix environment.
- Don't hardcode the tempdir separator character.
- Allow overrides in the payload of any exposed net-ssh options.
- Allow setting of the "delete" command for script cleanup (ie, 'del')
- Allow running the script via a specific interpreter.
An example payload to make this work with Windows native ssh/powershell
to execute a ruby script:
payload = {
'compression' => false,
'delete_cmd' => 'del',
'run_binary' => 'ruby',
'tempdir' => ''
}
Mahlon E. Smith <mahlon@martini.nu> [Thu, 09 Jul 2020 15:11:45 -0700] rev 18
Added tag v0.3.0 for changeset 5db18679edcf
Mahlon E. Smith <mahlon@martini.nu> [Thu, 09 Jul 2020 15:05:21 -0700] rev 17
Multiple changes.
- Migrate to gem.deps.rb from .gems
- Bump dependency versions
- Clear environment before connecting to remote server
- Allow option for environment modifications
- Place commands in args, rather than via the IO pipe. (won't spawn remote shell)
Mahlon E. Smith <mahlon@martini.nu> [Tue, 07 Apr 2020 16:42:31 -0700] rev 16
Dependency updates.
Mahlon E. Smith <mahlon@martini.nu> [Mon, 02 Sep 2019 08:47:18 -0700] rev 15
Fix links.
Mahlon E. Smith <mahlon@martini.nu> [Mon, 02 Sep 2019 08:45:59 -0700] rev 14
Bye, Bitbucket.
Mahlon E. Smith <mahlon@martini.nu> [Mon, 02 Sep 2019 08:41:08 -0700] rev 13
rdoc -> markdown for the README.
Mahlon E. Smith <mahlon@laika.com> [Thu, 12 Jul 2018 15:28:32 -0700] rev 12
Added tag v0.2.0 for changeset ffa70066522c
Mahlon E. Smith <mahlon@martini.nu> [Thu, 12 Jul 2018 15:25:35 -0700] rev 11
Update for Ruby 2.5. Moderize configurability usage, update dependencies.
Mahlon E. Smith <mahlon@laika.com> [Wed, 28 May 2014 11:45:41 -0700] rev 10
Added signature for changeset a1d381ce60c7
Mahlon E. Smith <mahlon@laika.com> [Wed, 28 May 2014 11:45:36 -0700] rev 9
Added tag v0.1.1 for changeset 01c2ba6b0a44
Mahlon E. Smith <mahlon@laika.com> [Wed, 28 May 2014 11:45:18 -0700] rev 8
Bump version.
Mahlon E. Smith <mahlon@martini.nu> [Wed, 28 May 2014 11:39:58 -0700] rev 7
Be safer before TERMing pids, actually use the override options passed
from the payload, if any.
Mahlon E. Smith <mahlon@martini.nu> [Thu, 22 May 2014 11:38:59 -0700] rev 6
Be more forceful with ssh children that could be hanging for various reasons.
Mahlon E. Smith <mahlon@martini.nu> [Fri, 16 May 2014 08:28:27 -0700] rev 5
Zombie killer. Make sure we reap our children, even if they are
misbehaving.
Mahlon E. Smith <mahlon@martini.nu> [Tue, 13 May 2014 14:38:21 -0700] rev 4
Small cleanups, add tests.
Mahlon E. Smith <mahlon@martini.nu> [Mon, 12 May 2014 16:34:12 -0700] rev 3
Use full class paths with configurability, so additional subclassing
(via pluggability, or manual) works as expected.
Mahlon E. Smith <mahlon@martini.nu> [Sat, 10 May 2014 17:45:39 -0700] rev 2
Aaaaand fix the link to the project page.
Mahlon E. Smith <mahlon@martini.nu> [Sat, 10 May 2014 17:43:18 -0700] rev 1
Add gem description.
Mahlon E. Smith <mahlon@martini.nu> [Sat, 10 May 2014 17:40:36 -0700] rev 0
Initial commit -- ssh base classes, converted from GroundControl and
re-worked for Symphony.