SSH remote command execution for LegionIO. Run commands on remote servers and check SSH connectivity in an async fashion via Net::SSH.
gem install lex-sshOr add to your Gemfile:
gem 'lex-ssh'| Runner | Operations |
|---|---|
| Command | Execute remote SSH commands |
| State | Check SSH server state/connectivity |
- Ruby >= 3.4
- LegionIO framework
- SSH server access
net-ssh(>= 7.0) - SSH cliented25519- Ed25519 key supportbcrypt_pbkdf- OpenSSH private key format support
MIT