Ruby

http://s.erious.ly

Posts tagged "ssh"

SSH Tunneling in Ruby

In which I show how to create and use an ssh tunnel with only Ruby.

SSH Tunneling in Ruby

In which I show how to create and use an ssh tunnel with only Ruby.

Fixing the Heroku "Too many authentication failures for git" problem

Getting an error like this when you push to Heroku? electricsheep:herokuapp look$ git push heroku master Received disconnect from 75.101.163.44: 2: Too many authentication failures for git fatal: The remote end hung up unexpectedly If ...

Double Shot #519

Who invented teeth, anyhow? Bad idea. Skype call recording with bookmarked, mind-mapped notes – Nice. Might be almost enough to make me start using Skype for voice calls. A/Bingo – New plugin for Rails A/B testing. Looks pretty slick. about:me – Cute Firefox addin to show your usage trends. I switched to Ruby 1.9 (and you should too) –...

Net::SSH and friends, update

This is a multi-project release announcement, so brace yourselves.

In short, Net::SSH 2.0.9, Net::SFTP 2.0.2, Net::SSH::Gateway 1.0.1, and Net::SSH::Multi 1.0.1 have been released. Get ‘em while they’re hot!

It’s all just bug fixes, for the most part, but if you want more nitty gritty, read on.

Net::SSH 2.0.9

The following issues have been addressed in Net::SSH 2.0.9:

  • If you specify...