Registry / networking / net-ssh

net-ssh

JSON →
library7.3.2rbrubygemsunverified

A pure-Ruby implementation of the SSH2 client protocol for interacting with processes on remote servers.

gem install net-ssh
INSTALL
IMPORT
SIG · NET-SSH
N
net-ssh
networkingrubyv7.3.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.

Net::SSH
require 'net/ssh'

Connect to a remote server via SSH and execute a command.

require 'net/ssh' Net::SSH.start('host', 'user', password: 'pass') do |ssh| puts ssh.exec!('ls -la') end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
7.3.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
47 hits · last 30 days
node
46
Bingbot
1
Resources
net-ssh — gem install net-ssh · libregistry