This post originated from an RSS feed registered with Ruby Buzz
by Jamis Buck.
Original Post: Busiest. Day. Ever.
Feed Title: the buckblogs here
Feed URL: http://weblog.jamisbuck.org/blog.cgi/programming/index.rss
Feed Description: Jamis Buck's corner of the blogging universe. Mostly about ruby, but includes ramblings on a variety of topics.
Mostly, I just wanted to get the latest Net::SSH out the door. It fixes a bunch of nasty bugs and adds some really cool features. In fact, with this new version of Net::SSH, you can even write a simple SSH terminal client in pure Ruby.
I’m positive that terminal client will have all kinds of problems in Windows, but from my linux box I can use it as a drop in replacement for ssh, almost. It doesn’t support window resizing, and if you run vim it assumes a window size of 80×24. But more would you expect from 45 lines of Ruby code?