1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00
capistrano/spec/lib
Rafał Lisowski e49733f3ef user can provide global ssh settings
for example in deploy.rb:

      {
         keys: %w(/home/user/.ssh/id_rsa),
         forward_agent: false,
         auth_methods: %w(publickey password)
      }
2013-07-11 17:38:55 +02:00
..
capistrano user can provide global ssh settings 2013-07-11 17:38:55 +02:00
capistrano_spec.rb installation - running cap install capifies app 2013-02-01 14:51:50 +00:00