Ryan,

You may have some joy with File.expand_path("~/.ssh/id_rsa") - I'm not
certain of the Ruby implementation, but I cannot imagine that it would rely
on ENV.

Note, on the same vein, you have to do something like this when installing
gems (bear with me!)

    $ gem install ruby-debug19 -- --with-ruby-include=$(echo
~/.rvm/src/ruby-1.9.1/)

I know you're not installing Ruby, but note the `echo` is required to make
the ~ expand reliably to the active home directory.

HTH

- Lee

-- 
* You received this message because you are subscribed to the Google Groups 
"Capistrano" group.
* To post to this group, send email to [email protected]
* To unsubscribe from this group, send email to 
[email protected] For more options, visit this group at 
http://groups.google.com/group/capistrano?hl=en

Reply via email to