There are two users on my server. With the first one I connect with server using ssh keys. The second has keys on the server and can checkout repository via keys. I need to do something like this:
ssh fi...@server sudo su second svn co svn+ssh://another_server exit exit I have following configuration: set :rails_env, :production set :application, 'CE' set :repository, 'svn+ssh://server_2' set :runner, 'second' set :user, 'first' set :deploy_to, '/var/www/CE' server "server_1", :app, :web I got this error: ** [cedev2.zsupport.ru :: err] Permission denied (publickey,keyboard- interactive). ** [cedev2.zsupport.ru :: err] svn: Connection closed unexpectedly What is wrong? --~--~---------~--~----~------------~-------~--~----~ 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.co.uk/group/capistrano?hl=en -~----------~----~----~----~------~----~------~--~---
