Unable to deploy through capistrano after ubuntu upgrade

Severin

I recently upgraded my development machine to Ubuntu 15.04 (was 14.04LTS) and ran into a problem when trying to deploy changes to my server. The interesting bit is, that I can ssh into my server without any issues (hence, the key file is setup correct), but when I try to deploy via capistrano I get permission denied.

So this works:

ssh [email protected]

and this raises permission denied when contacting the server.

cap deploy

I also tried deploying from a different machine, which works fine. So that tells me that the error is somewhere within the new OS. Has anybody experienced something similar?

Yury Lebedev

I suppose that the RSA identity is not added to the authentication agent.

To add the identity, just run the command ssh-add ~/.ssh/id_rsa

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Capistrano deploy error while deploying to Ubuntu server

From Dev

Capistrano 3 does not restart after deploy

From Dev

Assets link to wrong release after Capistrano deploy

From Dev

Rails assets missing after Capistrano deploy

From Dev

Assets link to wrong release after Capistrano deploy

From Dev

Unable to login to ubuntu 14.04 after upgrade from 12.04

From Dev

MythTV frontend unable to connect to backend after Mythbuntu to Ubuntu 16.04 upgrade

From Dev

Unable to save BIOS options after Ubuntu 17.10 upgrade

From Dev

Unable to type polish characters after upgrade to Ubuntu 18

From Dev

Unable to boot after Ubuntu upgrade from 18.04 to 20.04

From Dev

Can’t deploy app on Ubuntu 14.04 LTS after upgrade to Meteor 1.3

From Dev

Unable to deploy rails application using capistrano, bundle not found

From Dev

Carrierwave uploaded Images aren't persistent after Capistrano deploy

From Dev

How to define and run capistrano 3 task after deploy?

From Dev

Rails 4 Capistrano Still uses old release after Deploy

From Dev

Why I must install gems manually after deploy using Capistrano

From Dev

Capistrano 3: After deployment is not "refreshed" code (website stays as prior the deploy)

From Dev

Cannot deploy local charms after Juju upgrade

From Dev

Unable to upgrade pulseaudio on Ubuntu 16.04

From Dev

Unable to upgrade kernel after 4.16.3

From Dev

Upgrade SVN version after Ubuntu upgrade

From Dev

Ubuntu 18 upgrade failing to login after upgrade

From Dev

Ubuntu 16.04 unable to open after update and upgrade task, how to resolve that issue?

From Dev

Unable to resume upgrade from Ubuntu 20.04 to 20.10 after not enough free disk space error

From Dev

xdebug not working after ubuntu upgrade

From Dev

Ubuntu 14.04 no start after upgrade

From Dev

Ubuntu - no audio after upgrade to 13.10

From Dev

No GUI after upgrade to Ubuntu 15.10

From Dev

Ubuntu very slow after upgrade

Related Related

  1. 1

    Capistrano deploy error while deploying to Ubuntu server

  2. 2

    Capistrano 3 does not restart after deploy

  3. 3

    Assets link to wrong release after Capistrano deploy

  4. 4

    Rails assets missing after Capistrano deploy

  5. 5

    Assets link to wrong release after Capistrano deploy

  6. 6

    Unable to login to ubuntu 14.04 after upgrade from 12.04

  7. 7

    MythTV frontend unable to connect to backend after Mythbuntu to Ubuntu 16.04 upgrade

  8. 8

    Unable to save BIOS options after Ubuntu 17.10 upgrade

  9. 9

    Unable to type polish characters after upgrade to Ubuntu 18

  10. 10

    Unable to boot after Ubuntu upgrade from 18.04 to 20.04

  11. 11

    Can’t deploy app on Ubuntu 14.04 LTS after upgrade to Meteor 1.3

  12. 12

    Unable to deploy rails application using capistrano, bundle not found

  13. 13

    Carrierwave uploaded Images aren't persistent after Capistrano deploy

  14. 14

    How to define and run capistrano 3 task after deploy?

  15. 15

    Rails 4 Capistrano Still uses old release after Deploy

  16. 16

    Why I must install gems manually after deploy using Capistrano

  17. 17

    Capistrano 3: After deployment is not "refreshed" code (website stays as prior the deploy)

  18. 18

    Cannot deploy local charms after Juju upgrade

  19. 19

    Unable to upgrade pulseaudio on Ubuntu 16.04

  20. 20

    Unable to upgrade kernel after 4.16.3

  21. 21

    Upgrade SVN version after Ubuntu upgrade

  22. 22

    Ubuntu 18 upgrade failing to login after upgrade

  23. 23

    Ubuntu 16.04 unable to open after update and upgrade task, how to resolve that issue?

  24. 24

    Unable to resume upgrade from Ubuntu 20.04 to 20.10 after not enough free disk space error

  25. 25

    xdebug not working after ubuntu upgrade

  26. 26

    Ubuntu 14.04 no start after upgrade

  27. 27

    Ubuntu - no audio after upgrade to 13.10

  28. 28

    No GUI after upgrade to Ubuntu 15.10

  29. 29

    Ubuntu very slow after upgrade

HotTag

Archive