Registry / networking / net-ssh-telnet

net-ssh-telnet

JSON →
library0.3.1rbrubygemsunverified

A Ruby module providing a simple send/expect interface over SSH with an API almost identical to Net::Telnet.

gem install net-ssh-telnet
INSTALL
IMPORT
SIG · NET-SSH-TELNET
N
net-ssh-telnet
networkingrubyv0.3.1
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.

Net::SSH::Telnet
require 'net/ssh/telnet'

Connect via SSH and run a command

require 'net/ssh/telnet' tn = Net::SSH::Telnet.new('Host' => 'example.com', 'Username' => 'user') tn.cmd('ls')
Debug
Known issues
gotchaRequires Net::SSH gem to be installed separately
fix
Add gem 'net-ssh' to your Gemfile
affects: >= 0.3.0
Upgrade
Version history
0.3.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
Amazon
1
Resources
net-ssh-telnet — gem install net-ssh-telnet · libregistry