From: Brian Candler Date: 2004-10-08T23:45:40+09:00 Subject: Re: net-ssh help On Fri, Oct 08, 2004 at 11:18:44PM +0900, Jamis Buck wrote: > >I get the following error: > > > >could not load public key file '/Users/carl/.ssh/id_rsa.pub' > >(uninitialized constant OpenSSL::PKey::PKey::Base64 [NameError]) what happens if you do in irb: require 'base64' Base64.decode64("aGVsbG8h\n")