From: Gregory Brown Date: 2006-12-27T02:34:14+09:00 Subject: Re: extending Rake with a method rshell On 12/26/06, hemant wrote: > Thanks Gregory, I guess I can easily handle how to extend Rake. My > chief problem is, right now how can i attach remote process's stdin to > current terminal's input. There is a chance it might be in the Net::SSH manual. I'm not sure if you've found this yet. http://net-ssh.rubyforge.org/ Also, it might be worthwhile to look at the Capistrano source if it has a feature similar to this.