Registry / networking / net-telnet

net-telnet

JSON →
library0.2.0rbrubygemsunverified

Provides telnet client functionality for Ruby.

gem install net-telnet
INSTALL
IMPORT
SIG · NET-TELNET
N
net-telnet
networkingrubyv0.2.0
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::Telnet
require 'net/telnet'

Connect to a remote host via Telnet, log in, and run a command.

require 'net/telnet' telnet = Net::Telnet.new('Host' => 'example.com', 'Port' => 23) telnet.login('user', 'password') telnet.cmd('ls') telnet.close
Debug
Known issues
gotchaTelnet is insecure; use SSH instead.
fix
Replace Telnet with Net::SSH for encrypted connections.
affects: >= 0.1.0
Upgrade
Version history
0.2.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
net-telnet — gem install net-telnet · libregistry