Registry / networking / em-ssh

em-ssh

JSON →
library0.8.2rbrubygemsunverified

An EventMachine compatible net-ssh implementation for asynchronous SSH connections.

gem install em-ssh
INSTALL
IMPORT
SIG · EM-SSH
E
em-ssh
networkingrubyv0.8.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

EMSSH
require 'em-ssh'

Execute an SSH command asynchronously with EventMachine

require 'em-ssh' EM.run do EM::SSH.start('host', 'user') do |ssh| ssh.exec('ls') do |response| puts response end end end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.8.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
36 hits · last 30 days
node
32
OpenAI (training)
1
Resources
em-ssh — gem install em-ssh · libregistry