From: Delano Mandelbaum Date: 2010-10-19T08:39:07+09:00 Subject: Re: Rye - how to use passphrase? > oR = Rye::Box.new(sHost, :user=>sUser, :keys=>sKeyfile, > :passphrase=>sPassPhrase) > puts oR.ls > > I get prompted for the passphrase instead of it looking to the > :passphrase argument. I just fixed a bug related to this and pushed it in the 0.9.1 release. Your example should work as expected now. If not let me know! The reason it was still prompting for the passphrase is b/c Rye also added the specified private key(s) to ssh-agent (legacy reasons). Here's the related commit: http://github.com/delano/rye/commit/3192a20adaf6db413fd0 Delano -- Posted via http://www.ruby-forum.com/.