Top "Net-ssh" questions

A pure-Ruby implementation of the SSH2 client protocol.

installing Net/SSH/Perl.pm

I am fairly new to scripting with perl. I am trying to ssh into a server and perform some commands. …

perl ssh perl-module net-ssh
Ruby on rails - cannot load such file -- net/ssh

I've been struggling on this for a few days now.. When I try to call a method in a helper …

ruby-on-rails ruby net-ssh
Net::SSH sudo command hangs after entering password

I've been trying to write a small library using Thor to help assist me in quick creating new projects and …

ruby sudo net-ssh sudoers thor
How to get exit status with Ruby's Net::SSH library?

I have a snippet of code, simply trying to execute a script on a remote server, in the event that …

ruby ssh net-ssh
'no such file to load -- net/ssh' from rails Controller on Ubuntu

I have a very simple controller: require 'net/ssh' class MyController < ApplicationController def foo render :text => 'bar' end …

ruby-on-rails ubuntu-8.04 net-ssh
Cannot connect using keys with Ruby and net/ssh

I'm having trouble connecting via ssh from ruby using the 'net-ssh' gem, getting Net::SSH::AuthenticationFailed. The code is below …

ruby net-ssh
Generate SSH Keypairs (private/public) without ssh-keygen

I'm working on a Ruby/Rack application that needs to generate SSH keypairs. As much as I'd like to call …

ruby ssh ssh-keys net-ssh
ruby net sftp : fastest way to get list of files

I am using ruby Net-sftp gem,I need to download large number of small files before I download I need …

ruby net-ssh net-sftp
Using Ruby and SCP/SSH, how to determine if a file exists before uploading a copy

I'm uploading a file to a remote server using SCP, but what's the proper way of seeing if that file …

ruby file-upload scp net-ssh
Can't install chef, gem version conflict with net-ssh net-ssh-multi net-ssh-gateway

Using rvm, and an empty gemset, I get this: $ gem install chef --no-ri --no-rdoc ERROR: While executing gem ... (Gem::DependencyError) …

rubygems chef-infra net-ssh