I\'m having troubles correctly setting file permissions using the Net::SSH library. Although I can correctly set the file\'s permissions after creating it, I need the file to have the correct permissi
I\'m encountering a bug using Capistrano. I\'ve narrowed down the bug to literally this line of code:
Some background: Gerrit exposes an event stream through SSH. It\'s a cute trick, but I need to convert those events into AMQP messages. I\'ve tried to do this with ruby-amqp and Net::SSH but, well, it
I have a rails app where a user can submit a form and it goes off and connects to a remote server via ssh to call a script. Eventually I plan to use delayed_job or something like that but I can\'t get
Can someone please shed some light on this issue I have with net-ssh. I am new to ruby and am working on this project.
I\'m having trouble connecting via ssh from ruby using the \'net-ssh\' gem, getting Net::SSH::AuthenticationFailed.The code is below
I am running rails 3.1rc4 and keep running into this error message in my resque queues uninitialized constant Net::SFTP With the exception \"NameError\"
In a previous questionI figured out how to start a password-authenticated ssh sessions on multiple servers to run a single command.Now I need to be able to execute a \"sudo\" command.The problem is, t
I am fairly new to scripting with perl. I am trying to ssh into a server and perform some commands. I have to provide a username and password.
Here\'s the situation: I have SSH access to ServerA I have SFTP access to ServerB, but only from ServerA