ssh key validation error

Subscribe to ssh key validation error 3 post(s), 2 voice(s)

 
pravinj 12 post(s)

I’ve an error at the time of Booting WEBrick. It also showing ssh key validation false.

C:/Documents and Settings/pravin/Desktop/breakout/breakout/config/environments/l
ocal_conf.rb:6: syntax error, unexpected tASSOC, expecting $end
ssh_keygen_path => ’/usr/bin/ssh-keygen’ ^ from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_requ
ire.rb:27:in `require’ from c:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_suppo
rt/dependencies.rb:496:in `require’ from c:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_suppo
rt/dependencies.rb:342:in `new_constants_in’ from c:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_suppo
rt/dependencies.rb:496:in `require’ from C:/Documents and Settings/pravin/Desktop/breakout/breakout/config/e
nvironments/user_environment.rb:232 from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `ge
m_original_require’ from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `re
quire’ from c:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_suppo
rt/dependencies.rb:496:in `require’ ... 25 levels… from c:/ruby/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:3
9 from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `ge
m_original_require’ from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `re
quire’ from script/server:3

 
Cbttkkpdir2o7yaaep0qfc Vitalie Lazu Administrator 586 post(s)

Your local_conf.rb file has errors.

 
pravinj 12 post(s)

yes, but I’ve not made any change in local_confi.rb updated version having new lines added -
5 validate_ssh -> false
6 _keygen_path => ’/usr/bin/ssh-keygen’

31 :validate_ssh => false,
32 :ssh_keygen_path => ’/usr/bin/ssh-keygen’,

if I comment those lines then it works.